Html Css Color HEX #C472CF Orchid

📋 copy color: '#C472CF'

red 196 ◦ green 114 ◦ blue 207

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

Shades of Orchid #C472CF

Tints of Orchid #C472CF

RGB

 RED value IS 196 (76.95% from 255) = 37.91%

 GREEN value IS 114 (44.92% from 255) = 22.05%

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

R = 37.91%
G = 22.05%
B = 40.04%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C472CF (or 0xC472CF) is known color: Orchid. HEX triplet: C4, 72 and CF. RGB value is (196,114,207). Sum of RGB (Red+Green+Blue) = 196+114+207=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #C472CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472CF is #3B8D30. Grayscale: #949494. Windows color (decimal): -3902769 or 13595332. OLE color: 13595332.

HSL color Cylindrical-coordinate representation of color #C472CF: hue angle of 292.9º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C472CF is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 114 207 -
CMYK 0.05 0.45 0 0.19
HSL 292.9º 0.49% 0.63% -
HSV(B) 292.9º 0.45% 0.81% -
XYZ 40.04 28.28 62.38 -
YUV 149.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 196 114 207 0.05 0.45 0 0.19 292.9 0.49 0.63
Hex C4 72 CF 5 2D 0 13 125 31 3F
Octal 304 162 317 5 55 0 23 445 61 77
Binary 11000100 1110010 11001111 101 101101 0 10011 100100101 110001 111111

Color Harmonies of #C472CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472CF

Black with #C472CF

Text Example


Text Example

White with #C472CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472CF; }

 p { color: rgb(196,114,207); }

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

background-color css

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

 a { background-color: rgb(196,114,207); }

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

border-color css

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

 span { border-color: rgb(196,114,207); }

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