#CD6DDD

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

Shades of Orchid #CD6DDD

Tints of Orchid #CD6DDD

Color information

#CD6DDD (or 0xCD6DDD) is unknown color: approx Orchid. HEX triplet: CD, 6D and DD. RGB value is (205,109,221). Sum of RGB (Red+Green+Blue) = 205+109+221=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DDD is #329222. Grayscale: #969696. Windows color (decimal): -3314211 or 14511565. OLE color: 14511565.

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

Color convert

RGB205109221-
CMYK0.070.5100.13
HSL291.43º62.22%64.71%-
HSV(B)291.43º50.68%86.67%-
XYZ43.729.1471.73-
YUV150.47167.8166.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 109 (42.97% from 255) = 20.37%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=38.32%
G=20.37%
B=41.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051092210.070.5100.13291.4362.2264.71
HexCD6DDD7330D1233e41
Octal31515533576301544376101
Binary11001101110110111011101111110011011011001000111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6DDD; }

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

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

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

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

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

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

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

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