#cd79db

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

Shades of Orchid #CD79DB

Tints of Orchid #CD79DB

Color information

#CD79DB (or 0xCD79DB) is unknown color: approx Orchid. HEX triplet: CD, 79 and DB. RGB value is (205,121,219). Sum of RGB (Red+Green+Blue) = 205+121+219=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD79DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79DB is #328624. Grayscale: #9C9C9C. Windows color (decimal): -3311141 or 14383565. OLE color: 14383565.

HSL color Cylindrical-coordinate representation of color #CD79DB: hue angle of 291.43º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD79DB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205121219-
CMYK0.060.4500.14
HSL291.43º57.65%66.67%-
HSV(B)291.43º44.75%85.88%-
XYZ44.831.7770.79-
YUV157.29162.83162.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 121 (47.66% from 255) = 22.20%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=37.61%
G=22.20%
B=40.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051212190.060.4500.14291.4357.6566.67
HexCD79DB62D0E1233a43
Octal31517133365501644372103
Binary11001101111100111011011110101101011101001000111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd79db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd79db; }

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

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

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

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

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

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

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

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