#CD6ADE

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

Shades of Orchid #CD6ADE

Tints of Orchid #CD6ADE

Color information

#CD6ADE (or 0xCD6ADE) is unknown color: approx Orchid. HEX triplet: CD, 6A and DE. RGB value is (205,106,222). Sum of RGB (Red+Green+Blue) = 205+106+222=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ADE is #329521. Grayscale: #949494. Windows color (decimal): -3314978 or 14576333. OLE color: 14576333.

HSL color Cylindrical-coordinate representation of color #CD6ADE: hue angle of 291.21º degrees, saturation: 0.64, 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 #CD6ADE is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205106222-
CMYK0.080.5200.13
HSL291.21º63.74%64.31%-
HSV(B)291.21º52.25%87.06%-
XYZ43.5228.5672.33-
YUV148.82169.3168.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 106 (41.80% from 255) = 19.89%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=38.46%
G=19.89%
B=41.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051062220.080.5200.13291.2163.7464.31
HexCD6ADE8340D1234040
Octal3151523361064015443100100
Binary1100110111010101101111010001101000110110010001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6ADE; }

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

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

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

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

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

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

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

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