#CD79D6

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

Shades of Orchid #CD79D6

Tints of Orchid #CD79D6

Color information

#CD79D6 (or 0xCD79D6) is unknown color: approx Orchid. HEX triplet: CD, 79 and D6. RGB value is (205,121,214). Sum of RGB (Red+Green+Blue) = 205+121+214=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD79D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79D6 is #328629. Grayscale: #9C9C9C. Windows color (decimal): -3311146 or 14055885. OLE color: 14055885.

HSL color Cylindrical-coordinate representation of color #CD79D6: hue angle of 294.19º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD79D6 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205121214-
CMYK0.040.4300.16
HSL294.19º53.14%65.69%-
HSV(B)294.19º43.46%83.92%-
XYZ44.1531.5167.37-
YUV156.72160.33162.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 121 (47.66% from 255) = 22.41%
BLUE value IS 214 (83.98% from 255) = 39.63%
R=37.96%
G=22.41%
B=39.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051212140.040.4300.16294.1953.1465.69
HexCD79D642B0101263542
Octal31517132645302044665102
Binary110011011111001110101101001010110100001001001101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79D6; }

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

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

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

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

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

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

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

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