#CD79DA

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

Shades of Orchid #CD79DA

Tints of Orchid #CD79DA

Color information

#CD79DA (or 0xCD79DA) is unknown color: approx Orchid. HEX triplet: CD, 79 and DA. RGB value is (205,121,218). Sum of RGB (Red+Green+Blue) = 205+121+218=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD79DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79DA is #328625. Grayscale: #9C9C9C. Windows color (decimal): -3311142 or 14318029. OLE color: 14318029.

HSL color Cylindrical-coordinate representation of color #CD79DA: hue angle of 291.96º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD79DA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205121218-
CMYK0.060.4400.15
HSL291.96º56.73%66.47%-
HSV(B)291.96º44.5%85.49%-
XYZ44.6731.7270.1-
YUV157.17162.33162.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 121 (47.66% from 255) = 22.24%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=37.68%
G=22.24%
B=40.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051212180.060.4400.15291.9656.7366.47
HexCD79DA62C0F1243942
Octal31517133265401744471102
Binary11001101111100111011010110101100011111001001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79DA; }

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

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

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

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

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

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

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

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