Html Css Color HEX #CC72B9 Orchid

📋 copy color: '#CC72B9'

red 204 ◦ green 114 ◦ blue 185

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

Shades of Orchid #CC72B9

Tints of Orchid #CC72B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.78%

R = 40.56%
G = 22.66%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC72B9 (or 0xCC72B9) is known color: Orchid. HEX triplet: CC, 72 and B9. RGB value is (204,114,185). Sum of RGB (Red+Green+Blue) = 204+114+185=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72B9 is #338D46. Grayscale: #949494. Windows color (decimal): -3378503 or 12153548. OLE color: 12153548.

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

Color convert

RGB 204 114 185 -
CMYK 0 0.44 0.09 0.2
HSL 312.67º 0.47% 0.62% -
HSV(B) 312.67º 0.44% 0.8% -
XYZ 39.68 28.37 49.28 -
YUV 149 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 204 114 185 0 0.44 0.09 0.2 312.67 0.47 0.62
Hex CC 72 B9 0 2C 9 14 139 2F 3E
Octal 314 162 271 0 54 11 24 471 57 76
Binary 11001100 1110010 10111001 0 101100 1001 10100 100111001 101111 111110

Color Harmonies of #CC72B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC72B9

Black with #CC72B9

Text Example


Text Example

White with #CC72B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC72B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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