#CD6AD0

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

Shades of Orchid #CD6AD0

Tints of Orchid #CD6AD0

Color information

#CD6AD0 (or 0xCD6AD0) is unknown color: approx Orchid. HEX triplet: CD, 6A and D0. RGB value is (205,106,208). Sum of RGB (Red+Green+Blue) = 205+106+208=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD6AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6AD0 is #32952F. Grayscale: #929292. Windows color (decimal): -3314992 or 13658829. OLE color: 13658829.

HSL color Cylindrical-coordinate representation of color #CD6AD0: hue angle of 298.24º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD6AD0 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205106208-
CMYK0.010.4900.18
HSL298.24º52.04%61.57%-
HSV(B)298.24º49.04%81.57%-
XYZ41.7227.8462.85-
YUV147.23162.3169.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 106 (41.80% from 255) = 20.42%
BLUE value IS 208 (81.64% from 255) = 40.08%
R=39.50%
G=20.42%
B=40.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051062080.010.4900.18298.2452.0461.57
HexCD6AD013101212a343e
Octal3151523201610224526476
Binary110011011101010110100001110001010010100101010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6AD0; }

 p { color: rgb(205,106,208); }

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

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

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

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

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

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

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