Html Css Color HEX #CC72D6 Orchid

📋 copy color: '#CC72D6'

red 204 ◦ green 114 ◦ blue 214

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

Shades of Orchid #CC72D6

Tints of Orchid #CC72D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.23%

R = 38.35%
G = 21.43%
B = 40.23%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC72D6 (or 0xCC72D6) is known color: Orchid. HEX triplet: CC, 72 and D6. RGB value is (204,114,214). Sum of RGB (Red+Green+Blue) = 204+114+214=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC72D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72D6 is #338D29. Grayscale: #979797. Windows color (decimal): -3378474 or 14054092. OLE color: 14054092.

HSL color Cylindrical-coordinate representation of color #CC72D6: hue angle of 294º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC72D6 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 114 214 -
CMYK 0.05 0.47 0 0.16
HSL 294º 0.55% 0.64% -
HSV(B) 294º 0.47% 0.84% -
XYZ 43.06 29.73 67.09 -
YUV 152.31 162.82 164.87 -
System Red Green Blue C M Y K H S L
Decimal 204 114 214 0.05 0.47 0 0.16 294 0.55 0.64
Hex CC 72 D6 5 2F 0 10 126 37 40
Octal 314 162 326 5 57 0 20 446 67 100
Binary 11001100 1110010 11010110 101 101111 0 10000 100100110 110111 1000000

Color Harmonies of #CC72D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC72D6

Black with #CC72D6

Text Example


Text Example

White with #CC72D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC72D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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