#CD6BD1

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

Shades of Orchid #CD6BD1

Tints of Orchid #CD6BD1

Color information

#CD6BD1 (or 0xCD6BD1) is unknown color: approx Orchid. HEX triplet: CD, 6B and D1. RGB value is (205,107,209). Sum of RGB (Red+Green+Blue) = 205+107+209=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD6BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6BD1 is #32942E. Grayscale: #939393. Windows color (decimal): -3314735 or 13724621. OLE color: 13724621.

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

Color convert

RGB205107209-
CMYK0.020.4900.18
HSL297.65º52.58%61.96%-
HSV(B)297.65º48.8%81.96%-
XYZ41.9428.163.53-
YUV147.93162.47168.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 107 (42.19% from 255) = 20.54%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=39.35%
G=20.54%
B=40.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051072090.020.4900.18297.6552.5861.96
HexCD6BD123101212a353e
Octal3151533212610224526576
Binary1100110111010111101000110110001010010100101010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6BD1; }

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

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

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

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

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

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

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

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