#CD6ADB

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

Shades of Orchid #CD6ADB

Tints of Orchid #CD6ADB

Color information

#CD6ADB (or 0xCD6ADB) is unknown color: approx Orchid. HEX triplet: CD, 6A and DB. RGB value is (205,106,219). Sum of RGB (Red+Green+Blue) = 205+106+219=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ADB is #329524. Grayscale: #949494. Windows color (decimal): -3314981 or 14379725. OLE color: 14379725.

HSL color Cylindrical-coordinate representation of color #CD6ADB: hue angle of 292.57º degrees, saturation: 0.61, 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 #CD6ADB is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205106219-
CMYK0.060.5200.14
HSL292.57º61.08%63.73%-
HSV(B)292.57º51.6%85.88%-
XYZ43.1228.470.23-
YUV148.48167.8168.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 106 (41.80% from 255) = 20%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=38.68%
G=20%
B=41.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051062190.060.5200.14292.5761.0863.73
HexCD6ADB6340E1253d40
Octal31515233366401644575100
Binary11001101110101011011011110110100011101001001011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6ADB; }

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

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

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

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

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

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

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

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