#CC79C0

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

Shades of Orchid #CC79C0

Tints of Orchid #CC79C0

Color information

#CC79C0 (or 0xCC79C0) is unknown color: approx Orchid. HEX triplet: CC, 79 and C0. RGB value is (204,121,192). Sum of RGB (Red+Green+Blue) = 204+121+192=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79C0 is #33863F. Grayscale: #999999. Windows color (decimal): -3376704 or 12614092. OLE color: 12614092.

HSL color Cylindrical-coordinate representation of color #CC79C0: hue angle of 308.67º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC79C0 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204121192-
CMYK00.410.060.2
HSL308.67º44.86%63.73%-
HSV(B)308.67º40.69%80%-
XYZ41.2530.3253.55-
YUV153.91149.5163.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 192 (75.39% from 255) = 37.14%
R=39.46%
G=23.40%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412119200.410.060.2308.6744.8663.73
HexCC79C00296141352d40
Octal31417130005162446555100
Binary110011001111001110000000101001110101001001101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79C0; }

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

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

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

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

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

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

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

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