#CC79D7

Color #CC79D7 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CC79D7

Tints of Orchid #CC79D7

Color information

#CC79D7 (or 0xCC79D7) is unknown color: approx Orchid. HEX triplet: CC, 79 and D7. RGB value is (204,121,215). Sum of RGB (Red+Green+Blue) = 204+121+215=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC79D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79D7 is #338628. Grayscale: #9C9C9C. Windows color (decimal): -3376681 or 14121420. OLE color: 14121420.

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

Color convert

RGB204121215-
CMYK0.050.4400.16
HSL292.98º54.02%65.88%-
HSV(B)292.98º43.72%84.31%-
XYZ4431.4268.04-
YUV156.53161161.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 121 (47.66% from 255) = 22.41%
BLUE value IS 215 (84.38% from 255) = 39.81%
R=37.78%
G=22.41%
B=39.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041212150.050.4400.16292.9854.0265.88
HexCC79D752C0101253642
Octal31417132755402044566102
Binary110011001111001110101111011011000100001001001011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79D7; }

 p { color: rgb(204,121,215); }

 H1.HeaderClassName
 {
   color: #CC79D7;
 }
 .AnyTagClassName
 {
   color: #CC79D7;
 }
</style>
background-color css

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

 a { background-color: rgb(204,121,215); }

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

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

 span { border-color: rgb(204,121,215); }

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