#CD6ADA

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

Shades of Orchid #CD6ADA

Tints of Orchid #CD6ADA

Color information

#CD6ADA (or 0xCD6ADA) is unknown color: approx Orchid. HEX triplet: CD, 6A and DA. RGB value is (205,106,218). Sum of RGB (Red+Green+Blue) = 205+106+218=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD6ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ADA is #329525. Grayscale: #949494. Windows color (decimal): -3314982 or 14314189. OLE color: 14314189.

HSL color Cylindrical-coordinate representation of color #CD6ADA: hue angle of 293.04º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6ADA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205106218-
CMYK0.060.5100.15
HSL293.04º60.22%63.53%-
HSV(B)293.04º51.38%85.49%-
XYZ42.9928.3569.54-
YUV148.37167.3168.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=38.75%
G=20.04%
B=41.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051062180.060.5100.15293.0460.2263.53
HexCD6ADA6330F1253c40
Octal31515233266301744574100
Binary11001101110101011011010110110011011111001001011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6ADA; }

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

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

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

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

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

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

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

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