#CD6ADC

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

Shades of Orchid #CD6ADC

Tints of Orchid #CD6ADC

Color information

#CD6ADC (or 0xCD6ADC) is unknown color: approx Orchid. HEX triplet: CD, 6A and DC. RGB value is (205,106,220). Sum of RGB (Red+Green+Blue) = 205+106+220=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ADC is #329523. Grayscale: #949494. Windows color (decimal): -3314980 or 14445261. OLE color: 14445261.

HSL color Cylindrical-coordinate representation of color #CD6ADC: hue angle of 292.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6ADC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205106220-
CMYK0.070.5200.14
HSL292.11º61.96%63.92%-
HSV(B)292.11º51.82%86.27%-
XYZ43.2528.4570.92-
YUV148.6168.3168.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 106 (41.80% from 255) = 19.96%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=38.61%
G=19.96%
B=41.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051062200.070.5200.14292.1161.9663.92
HexCD6ADC7340E1243e40
Octal31515233476401644476100
Binary11001101110101011011100111110100011101001001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6ADC; }

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

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

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

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

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

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

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

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