Html Css Color HEX #CC72D0 Orchid

📋 copy color: '#CC72D0'

red 204 ◦ green 114 ◦ blue 208

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

Shades of Orchid #CC72D0

Tints of Orchid #CC72D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 38.78%
G = 21.67%
B = 39.54%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC72D0 (or 0xCC72D0) is known color: Orchid. HEX triplet: CC, 72 and D0. RGB value is (204,114,208). Sum of RGB (Red+Green+Blue) = 204+114+208=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC72D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72D0 is #338D2F. Grayscale: #979797. Windows color (decimal): -3378480 or 13660876. OLE color: 13660876.

HSL color Cylindrical-coordinate representation of color #CC72D0: hue angle of 297.45º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC72D0 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 114 208 -
CMYK 0.02 0.45 0 0.18
HSL 297.45º 0.5% 0.63% -
HSV(B) 297.45º 0.45% 0.82% -
XYZ 42.3 29.43 63.12 -
YUV 151.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 204 114 208 0.02 0.45 0 0.18 297.45 0.5 0.63
Hex CC 72 D0 2 2D 0 12 129 32 3F
Octal 314 162 320 2 55 0 22 451 62 77
Binary 11001100 1110010 11010000 10 101101 0 10010 100101001 110010 111111

Color Harmonies of #CC72D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC72D0

Black with #CC72D0

Text Example


Text Example

White with #CC72D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC72D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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