#CC79CE

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

Shades of Orchid #CC79CE

Tints of Orchid #CC79CE

Color information

#CC79CE (or 0xCC79CE) is unknown color: approx Orchid. HEX triplet: CC, 79 and CE. RGB value is (204,121,206). Sum of RGB (Red+Green+Blue) = 204+121+206=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79CE is #338631. Grayscale: #9B9B9B. Windows color (decimal): -3376690 or 13531596. OLE color: 13531596.

HSL color Cylindrical-coordinate representation of color #CC79CE: hue angle of 298.59º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC79CE is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204121206-
CMYK0.010.4100.19
HSL298.59º46.45%64.12%-
HSV(B)298.59º41.26%80.78%-
XYZ42.8830.9762.11-
YUV155.51156.5162.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 121 (47.66% from 255) = 22.79%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=38.42%
G=22.79%
B=38.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041212060.010.4100.19298.5946.4564.12
HexCC79CE12901312b2e40
Octal31417131615102345356100
Binary1100110011110011100111011010010100111001010111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79CE; }

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

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

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

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

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

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

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

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