#CC79BA

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

Shades of Orchid #CC79BA

Tints of Orchid #CC79BA

Color information

#CC79BA (or 0xCC79BA) is unknown color: approx Orchid. HEX triplet: CC, 79 and BA. RGB value is (204,121,186). Sum of RGB (Red+Green+Blue) = 204+121+186=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79BA is #338645. Grayscale: #999999. Windows color (decimal): -3376710 or 12220876. OLE color: 12220876.

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

Color convert

RGB204121186-
CMYK00.410.090.2
HSL313.01º44.86%63.73%-
HSV(B)313.01º40.69%80%-
XYZ40.630.0650.12-
YUV153.23146.5164.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 121 (47.66% from 255) = 23.68%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=39.92%
G=23.68%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412118600.410.090.2313.0144.8663.73
HexCC79BA0299141392d40
Octal314171272051112447155100
Binary1100110011110011011101001010011001101001001110011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79BA; }

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

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

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

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

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

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

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

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