#CD6FD1

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

Shades of Orchid #CD6FD1

Tints of Orchid #CD6FD1

Color information

#CD6FD1 (or 0xCD6FD1) is unknown color: approx Orchid. HEX triplet: CD, 6F and D1. RGB value is (205,111,209). Sum of RGB (Red+Green+Blue) = 205+111+209=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD6FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FD1 is #32902E. Grayscale: #959595. Windows color (decimal): -3313711 or 13725645. OLE color: 13725645.

HSL color Cylindrical-coordinate representation of color #CD6FD1: hue angle of 297.55º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6FD1 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205111209-
CMYK0.020.4700.18
HSL297.55º51.58%62.75%-
HSV(B)297.55º46.89%81.96%-
XYZ42.3728.9563.68-
YUV150.28161.14167.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 111 (43.75% from 255) = 21.14%
BLUE value IS 209 (82.03% from 255) = 39.81%
R=39.05%
G=21.14%
B=39.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051112090.020.4700.18297.5551.5862.75
HexCD6FD122F01212a343f
Octal3151573212570224526477
Binary1100110111011111101000110101111010010100101010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6FD1; }

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

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

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

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

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

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

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

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