#CC79B8

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

Shades of Orchid #CC79B8

Tints of Orchid #CC79B8

Color information

#CC79B8 (or 0xCC79B8) is unknown color: approx Orchid. HEX triplet: CC, 79 and B8. RGB value is (204,121,184). Sum of RGB (Red+Green+Blue) = 204+121+184=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79B8 is #338647. Grayscale: #989898. Windows color (decimal): -3376712 or 12089804. OLE color: 12089804.

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

Color convert

RGB204121184-
CMYK00.410.100.2
HSL314.46º44.86%63.73%-
HSV(B)314.46º40.69%80%-
XYZ40.3929.9749-
YUV153145.5164.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 121 (47.66% from 255) = 23.77%
BLUE value IS 184 (72.27% from 255) = 36.15%
R=40.08%
G=23.77%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412118400.410.100.2314.4644.8663.73
HexCC79B8029A1413a2d40
Octal314171270051122447255100
Binary1100110011110011011100001010011010101001001110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79B8; }

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

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

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

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

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

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

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

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