Html Css Color HEX #CC72BE Orchid

📋 copy color: '#CC72BE'

red 204 ◦ green 114 ◦ blue 190

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

Shades of Orchid #CC72BE

Tints of Orchid #CC72BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 40.16%
G = 22.44%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC72BE (or 0xCC72BE) is known color: Orchid. HEX triplet: CC, 72 and BE. RGB value is (204,114,190). Sum of RGB (Red+Green+Blue) = 204+114+190=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72BE is #338D41. Grayscale: #959595. Windows color (decimal): -3378498 or 12481228. OLE color: 12481228.

HSL color Cylindrical-coordinate representation of color #CC72BE: hue angle of 309.33º 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 #CC72BE is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 114 190 -
CMYK 0 0.44 0.07 0.2
HSL 309.33º 0.47% 0.62% -
HSV(B) 309.33º 0.44% 0.8% -
XYZ 40.21 28.59 52.11 -
YUV 149.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 204 114 190 0 0.44 0.07 0.2 309.33 0.47 0.62
Hex CC 72 BE 0 2C 7 14 135 2F 3E
Octal 314 162 276 0 54 7 24 465 57 76
Binary 11001100 1110010 10111110 0 101100 111 10100 100110101 101111 111110

Color Harmonies of #CC72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC72BE

Black with #CC72BE

Text Example


Text Example

White with #CC72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC72BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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