Html Css Color HEX #CC72CE Orchid

📋 copy color: '#CC72CE'

red 204 ◦ green 114 ◦ blue 206

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

Shades of Orchid #CC72CE

Tints of Orchid #CC72CE

RGB

 RED value IS 204 (80.08% from 255) = 38.93%

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 38.93%
G = 21.76%
B = 39.31%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC72CE (or 0xCC72CE) is known color: Orchid. HEX triplet: CC, 72 and CE. RGB value is (204,114,206). Sum of RGB (Red+Green+Blue) = 204+114+206=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC72CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72CE is #338D31. Grayscale: #979797. Windows color (decimal): -3378482 or 13529804. OLE color: 13529804.

HSL color Cylindrical-coordinate representation of color #CC72CE: hue angle of 298.7º degrees, saturation: 0.48, 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 #CC72CE is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 114 206 -
CMYK 0.01 0.45 0 0.19
HSL 298.7º 0.48% 0.63% -
HSV(B) 298.7º 0.45% 0.81% -
XYZ 42.06 29.33 61.84 -
YUV 151.4 158.82 165.52 -
System Red Green Blue C M Y K H S L
Decimal 204 114 206 0.01 0.45 0 0.19 298.7 0.48 0.63
Hex CC 72 CE 1 2D 0 13 12B 30 3F
Octal 314 162 316 1 55 0 23 453 60 77
Binary 11001100 1110010 11001110 1 101101 0 10011 100101011 110000 111111

Color Harmonies of #CC72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC72CE

Black with #CC72CE

Text Example


Text Example

White with #CC72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC72CE; }

 p { color: rgb(204,114,206); }

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

background-color css

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

 a { background-color: rgb(204,114,206); }

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

border-color css

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

 span { border-color: rgb(204,114,206); }

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