#CD6DCD

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

Shades of Orchid #CD6DCD

Tints of Orchid #CD6DCD

Color information

#CD6DCD (or 0xCD6DCD) is unknown color: approx Orchid. HEX triplet: CD, 6D and CD. RGB value is (205,109,205). Sum of RGB (Red+Green+Blue) = 205+109+205=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DCD is #329232. Grayscale: #949494. Windows color (decimal): -3314227 or 13462989. OLE color: 13462989.

HSL color Cylindrical-coordinate representation of color #CD6DCD: hue angle of 300º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6DCD is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB205109205-
CMYK00.4700.20
HSL300º48.98%61.57%-
HSV(B)300º46.83%80.39%-
XYZ41.6628.3261.03-
YUV148.65159.8168.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 109 (42.97% from 255) = 21.00%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=39.50%
G=21.00%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510920500.4700.2030048.9861.57
HexCD6DCD02F01412c313e
Octal3151553150570244546176
Binary110011011101101110011010101111010100100101100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6DCD; }

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

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

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

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

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

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

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

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