#CC79BF

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

Shades of Orchid #CC79BF

Tints of Orchid #CC79BF

Color information

#CC79BF (or 0xCC79BF) is unknown color: approx Orchid. HEX triplet: CC, 79 and BF. RGB value is (204,121,191). Sum of RGB (Red+Green+Blue) = 204+121+191=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79BF is #338640. Grayscale: #999999. Windows color (decimal): -3376705 or 12548556. OLE color: 12548556.

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

Color convert

RGB204121191-
CMYK00.410.060.2
HSL309.4º44.86%63.73%-
HSV(B)309.4º40.69%80%-
XYZ41.1430.2752.97-
YUV153.8149163.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 121 (47.66% from 255) = 23.45%
BLUE value IS 191 (75% from 255) = 37.02%
R=39.53%
G=23.45%
B=37.02%

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
Decimal20412119100.410.060.2309.444.8663.73
HexCC79BF0296141352d40
Octal31417127705162446555100
Binary110011001111001101111110101001110101001001101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79BF; }

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

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

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

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

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

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

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

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