#CD6AD7

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

Shades of Orchid #CD6AD7

Tints of Orchid #CD6AD7

Color information

#CD6AD7 (or 0xCD6AD7) is unknown color: approx Orchid. HEX triplet: CD, 6A and D7. RGB value is (205,106,215). Sum of RGB (Red+Green+Blue) = 205+106+215=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD6AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6AD7 is #329528. Grayscale: #939393. Windows color (decimal): -3314985 or 14117581. OLE color: 14117581.

HSL color Cylindrical-coordinate representation of color #CD6AD7: hue angle of 294.5º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6AD7 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205106215-
CMYK0.050.5100.16
HSL294.5º57.67%62.94%-
HSV(B)294.5º50.7%84.31%-
XYZ42.628.1967.49-
YUV148.03165.8168.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 106 (41.80% from 255) = 20.15%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=38.97%
G=20.15%
B=40.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051062150.050.5100.16294.557.6762.94
HexCD6AD75330101263a3f
Octal3151523275630204467277
Binary11001101110101011010111101110011010000100100110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6AD7; }

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

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

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

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

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

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

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

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