#CD68DB

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

Shades of Orchid #CD68DB

Tints of Orchid #CD68DB

Color information

#CD68DB (or 0xCD68DB) is unknown color: approx Orchid. HEX triplet: CD, 68 and DB. RGB value is (205,104,219). Sum of RGB (Red+Green+Blue) = 205+104+219=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD68DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD68DB is #329724. Grayscale: #929292. Windows color (decimal): -3315493 or 14379213. OLE color: 14379213.

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

Color convert

RGB205104219-
CMYK0.060.5300.14
HSL292.7º61.5%63.33%-
HSV(B)292.7º52.51%85.88%-
XYZ42.9127.9970.16-
YUV147.31168.46169.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 104 (41.02% from 255) = 19.70%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=38.83%
G=19.70%
B=41.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051042190.060.5300.14292.761.563.33
HexCD68DB6350E1253d3f
Octal3151503336650164457577
Binary1100110111010001101101111011010101110100100101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD68DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD68DB; }

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

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

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

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

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

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

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

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