Html Css Color HEX #C252CF Medium Orchid

📋 copy color: '#C252CF'

red 194 ◦ green 82 ◦ blue 207

#C252CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C252CF

Tints of Medium Orchid #C252CF

RGB

 RED value IS 194 (76.17% from 255) = 40.17%

 GREEN value IS 82 (32.42% from 255) = 16.98%

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 40.17%
G = 16.98%
B = 42.86%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C252CF (or 0xC252CF) is known color: Medium Orchid. HEX triplet: C2, 52 and CF. RGB value is (194,82,207). Sum of RGB (Red+Green+Blue) = 194+82+207=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #C252CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252CF is #3DAD30. Grayscale: #818181. Windows color (decimal): -4042033 or 13587138. OLE color: 13587138.

HSL color Cylindrical-coordinate representation of color #C252CF: hue angle of 293.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C252CF is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 82 207 -
CMYK 0.06 0.60 0 0.19
HSL 293.76º 0.57% 0.57% -
HSV(B) 293.76º 0.6% 0.81% -
XYZ 36.53 22.01 61.35 -
YUV 129.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 194 82 207 0.06 0.60 0 0.19 293.76 0.57 0.57
Hex C2 52 CF 6 3C 0 13 126 39 39
Octal 302 122 317 6 74 0 23 446 71 71
Binary 11000010 1010010 11001111 110 111100 0 10011 100100110 111001 111001

Color Harmonies of #C252CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252CF

Black with #C252CF

Text Example


Text Example

White with #C252CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252CF; }

 p { color: rgb(194,82,207); }

 H1.HeaderClassName
 {
   color: #C252CF;
 }
 .AnyTagClassName
 {
   color: #C252CF;
 }
</style>

background-color css

<style>
 a { background-color: #C252CF; }

 a { background-color: rgb(194,82,207); }

 div.DivClassName
 {
   background-color: #C252CF;
 }
 .BgClassName
 {
   background-color: #C252CF;
 }
</style>

border-color css

<style>
 span { border-color: #C252CF; }

 span { border-color: rgb(194,82,207); }

 td.TdClassName
 {
   border-color: #C252CF;
 }
 .TagClassName
 {
   border-color: #C252CF;
 }
</style>