#CD79CE

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

Shades of Orchid #CD79CE

Tints of Orchid #CD79CE

Color information

#CD79CE (or 0xCD79CE) is unknown color: approx Orchid. HEX triplet: CD, 79 and CE. RGB value is (205,121,206). Sum of RGB (Red+Green+Blue) = 205+121+206=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79CE is #328631. Grayscale: #9B9B9B. Windows color (decimal): -3311154 or 13531597. OLE color: 13531597.

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

Color convert

RGB205121206-
CMYK0.000.4100.19
HSL299.29º46.45%64.12%-
HSV(B)299.29º41.26%80.78%-
XYZ43.1531.1162.12-
YUV155.81156.33163.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 121 (47.66% from 255) = 22.74%
BLUE value IS 206 (80.86% from 255) = 38.72%
R=38.53%
G=22.74%
B=38.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051212060.000.4100.19299.2946.4564.12
HexCD79CE02901312b2e40
Octal31517131605102345356100
Binary1100110111110011100111001010010100111001010111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79CE; }

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

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

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

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

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

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

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

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