Html Css Color HEX #CC72B5 Orchid

📋 copy color: '#CC72B5'

red 204 ◦ green 114 ◦ blue 181

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

Shades of Orchid #CC72B5

Tints of Orchid #CC72B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.27%

R = 40.88%
G = 22.85%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC72B5 (or 0xCC72B5) is known color: Orchid. HEX triplet: CC, 72 and B5. RGB value is (204,114,181). Sum of RGB (Red+Green+Blue) = 204+114+181=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72B5 is #338D4A. Grayscale: #949494. Windows color (decimal): -3378507 or 11891404. OLE color: 11891404.

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

Color convert

RGB 204 114 181 -
CMYK 0 0.44 0.11 0.2
HSL 315.33º 0.47% 0.62% -
HSV(B) 315.33º 0.44% 0.8% -
XYZ 39.26 28.21 47.09 -
YUV 148.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 204 114 181 0 0.44 0.11 0.2 315.33 0.47 0.62
Hex CC 72 B5 0 2C B 14 13B 2F 3E
Octal 314 162 265 0 54 13 24 473 57 76
Binary 11001100 1110010 10110101 0 101100 1011 10100 100111011 101111 111110

Color Harmonies of #CC72B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC72B5

Black with #CC72B5

Text Example


Text Example

White with #CC72B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC72B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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