#CD6FD9

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

Shades of Orchid #CD6FD9

Tints of Orchid #CD6FD9

Color information

#CD6FD9 (or 0xCD6FD9) is unknown color: approx Orchid. HEX triplet: CD, 6F and D9. RGB value is (205,111,217). Sum of RGB (Red+Green+Blue) = 205+111+217=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD6FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FD9 is #329026. Grayscale: #969696. Windows color (decimal): -3313703 or 14249933. OLE color: 14249933.

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

Color convert

RGB205111217-
CMYK0.060.4900.15
HSL293.21º58.24%64.31%-
HSV(B)293.21º48.85%85.1%-
XYZ43.3929.3669.03-
YUV151.19165.14166.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 111 (43.75% from 255) = 20.83%
BLUE value IS 217 (85.16% from 255) = 40.71%
R=38.46%
G=20.83%
B=40.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051112170.060.4900.15293.2158.2464.31
HexCD6FD96310F1253a40
Octal31515733166101744572100
Binary11001101110111111011001110110001011111001001011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6FD9; }

 p { color: rgb(205,111,217); }

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

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

 a { background-color: rgb(205,111,217); }

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

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

 span { border-color: rgb(205,111,217); }

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