#CC79BE

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

Shades of Orchid #CC79BE

Tints of Orchid #CC79BE

Color information

#CC79BE (or 0xCC79BE) is unknown color: approx Orchid. HEX triplet: CC, 79 and BE. RGB value is (204,121,190). Sum of RGB (Red+Green+Blue) = 204+121+190=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79BE is #338641. Grayscale: #999999. Windows color (decimal): -3376706 or 12483020. OLE color: 12483020.

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

Color convert

RGB204121190-
CMYK00.410.070.2
HSL310.12º44.86%63.73%-
HSV(B)310.12º40.69%80%-
XYZ41.0330.2352.39-
YUV153.68148.5163.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 121 (47.66% from 255) = 23.50%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=39.61%
G=23.50%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412119000.410.070.2310.1244.8663.73
HexCC79BE0297141362d40
Octal31417127605172446655100
Binary110011001111001101111100101001111101001001101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79BE; }

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

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

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

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

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

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

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

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