#CD6CD1

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

Shades of Orchid #CD6CD1

Tints of Orchid #CD6CD1

Color information

#CD6CD1 (or 0xCD6CD1) is unknown color: approx Orchid. HEX triplet: CD, 6C and D1. RGB value is (205,108,209). Sum of RGB (Red+Green+Blue) = 205+108+209=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD6CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CD1 is #32932E. Grayscale: #949494. Windows color (decimal): -3314479 or 13724877. OLE color: 13724877.

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

Color convert

RGB205108209-
CMYK0.020.4800.18
HSL297.62º52.33%62.16%-
HSV(B)297.62º48.33%81.96%-
XYZ42.0528.3163.57-
YUV148.52162.14168.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 108 (42.58% from 255) = 20.69%
BLUE value IS 209 (82.03% from 255) = 40.04%
R=39.27%
G=20.69%
B=40.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051082090.020.4800.18297.6252.3362.16
HexCD6CD123001212a343e
Octal3151543212600224526476
Binary1100110111011001101000110110000010010100101010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6CD1; }

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

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

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

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

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

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

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

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