#CD79DE

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

Shades of Orchid #CD79DE

Tints of Orchid #CD79DE

Color information

#CD79DE (or 0xCD79DE) is unknown color: approx Orchid. HEX triplet: CD, 79 and DE. RGB value is (205,121,222). Sum of RGB (Red+Green+Blue) = 205+121+222=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD79DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79DE is #328621. Grayscale: #9D9D9D. Windows color (decimal): -3311138 or 14580173. OLE color: 14580173.

HSL color Cylindrical-coordinate representation of color #CD79DE: hue angle of 289.9º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD79DE is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205121222-
CMYK0.080.4500.13
HSL289.9º60.48%67.25%-
HSV(B)289.9º45.5%87.06%-
XYZ45.231.9372.89-
YUV157.63164.33161.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 121 (47.66% from 255) = 22.08%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=37.41%
G=22.08%
B=40.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051212220.080.4500.13289.960.4867.25
HexCD79DE82D0D1223c43
Octal315171336105501544274103
Binary110011011111001110111101000101101011011001000101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79DE; }

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

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

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

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

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

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

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

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