Html Css Color HEX #CC72CB Orchid

📋 copy color: '#CC72CB'

red 204 ◦ green 114 ◦ blue 203

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

Shades of Orchid #CC72CB

Tints of Orchid #CC72CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 39.16%
G = 21.88%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC72CB (or 0xCC72CB) is known color: Orchid. HEX triplet: CC, 72 and CB. RGB value is (204,114,203). Sum of RGB (Red+Green+Blue) = 204+114+203=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72CB is #338D34. Grayscale: #969696. Windows color (decimal): -3378485 or 13333196. OLE color: 13333196.

HSL color Cylindrical-coordinate representation of color #CC72CB: hue angle of 300.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC72CB is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 114 203 -
CMYK 0 0.44 0.00 0.2
HSL 300.67º 0.47% 0.62% -
HSV(B) 300.67º 0.44% 0.8% -
XYZ 41.7 29.18 59.94 -
YUV 151.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 204 114 203 0 0.44 0.00 0.2 300.67 0.47 0.62
Hex CC 72 CB 0 2C 0 14 12D 2F 3E
Octal 314 162 313 0 54 0 24 455 57 76
Binary 11001100 1110010 11001011 0 101100 0 10100 100101101 101111 111110

Color Harmonies of #CC72CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC72CB

Black with #CC72CB

Text Example


Text Example

White with #CC72CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC72CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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