#cd6dd3

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

Shades of Orchid #CD6DD3

Tints of Orchid #CD6DD3

Color information

#CD6DD3 (or 0xCD6DD3) is unknown color: approx Orchid. HEX triplet: CD, 6D and D3. RGB value is (205,109,211). Sum of RGB (Red+Green+Blue) = 205+109+211=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD6DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DD3 is #32922C. Grayscale: #959595. Windows color (decimal): -3314221 or 13856205. OLE color: 13856205.

HSL color Cylindrical-coordinate representation of color #CD6DD3: hue angle of 296.47º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD6DD3 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205109211-
CMYK0.030.4800.17
HSL296.47º53.68%62.75%-
HSV(B)296.47º48.34%82.75%-
XYZ42.428.6264.92-
YUV149.33162.8167.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 109 (42.97% from 255) = 20.76%
BLUE value IS 211 (82.81% from 255) = 40.19%
R=39.05%
G=20.76%
B=40.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051092110.030.4800.17296.4753.6862.75
HexCD6DD3330011128363f
Octal3151553233600214506677
Binary1100110111011011101001111110000010001100101000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd6dd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd6dd3; }

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

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

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

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

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

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

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

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