#CD6BDD

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

Shades of Orchid #CD6BDD

Tints of Orchid #CD6BDD

Color information

#CD6BDD (or 0xCD6BDD) is unknown color: approx Orchid. HEX triplet: CD, 6B and DD. RGB value is (205,107,221). Sum of RGB (Red+Green+Blue) = 205+107+221=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6BDD is #329422. Grayscale: #949494. Windows color (decimal): -3314723 or 14511053. OLE color: 14511053.

HSL color Cylindrical-coordinate representation of color #CD6BDD: hue angle of 291.58º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6BDD is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205107221-
CMYK0.070.5200.13
HSL291.58º62.64%64.31%-
HSV(B)291.58º51.58%86.67%-
XYZ43.4928.7171.66-
YUV149.3168.47167.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 107 (42.19% from 255) = 20.08%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=38.46%
G=20.08%
B=41.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051072210.070.5200.13291.5862.6464.31
HexCD6BDD7340D1243f40
Octal31515333576401544477100
Binary11001101110101111011101111110100011011001001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6BDD; }

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

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

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

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

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

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

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

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