#CD6BDB

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

Shades of Orchid #CD6BDB

Tints of Orchid #CD6BDB

Color information

#CD6BDB (or 0xCD6BDB) is unknown color: approx Orchid. HEX triplet: CD, 6B and DB. RGB value is (205,107,219). Sum of RGB (Red+Green+Blue) = 205+107+219=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6BDB is #329424. Grayscale: #949494. Windows color (decimal): -3314725 or 14379981. OLE color: 14379981.

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

Color convert

RGB205107219-
CMYK0.060.5100.14
HSL292.5º60.87%63.92%-
HSV(B)292.5º51.14%85.88%-
XYZ43.2228.6170.26-
YUV149.07167.47167.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 107 (42.19% from 255) = 20.15%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=38.61%
G=20.15%
B=41.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051072190.060.5100.14292.560.8763.92
HexCD6BDB6330E1243d40
Octal31515333366301644475100
Binary11001101110101111011011110110011011101001001001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6BDB; }

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

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

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

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

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

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

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

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