#CC79C4

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

Shades of Orchid #CC79C4

Tints of Orchid #CC79C4

Color information

#CC79C4 (or 0xCC79C4) is unknown color: approx Orchid. HEX triplet: CC, 79 and C4. RGB value is (204,121,196). Sum of RGB (Red+Green+Blue) = 204+121+196=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79C4 is #33863B. Grayscale: #9A9A9A. Windows color (decimal): -3376700 or 12876236. OLE color: 12876236.

HSL color Cylindrical-coordinate representation of color #CC79C4: hue angle of 305.78º 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 #CC79C4 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204121196-
CMYK00.410.040.2
HSL305.78º44.86%63.73%-
HSV(B)305.78º40.69%80%-
XYZ41.730.555.91-
YUV154.37151.5163.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 121 (47.66% from 255) = 23.22%
BLUE value IS 196 (76.95% from 255) = 37.62%
R=39.16%
G=23.22%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412119600.410.040.2305.7844.8663.73
HexCC79C40294141322d40
Octal31417130405142446255100
Binary110011001111001110001000101001100101001001100101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79C4; }

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

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

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

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

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

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

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

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