#CD51DD

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

Shades of Medium Orchid #CD51DD

Tints of Medium Orchid #CD51DD

Color information

#CD51DD (or 0xCD51DD) is unknown color: approx Medium Orchid. HEX triplet: CD, 51 and DD. RGB value is (205,81,221). Sum of RGB (Red+Green+Blue) = 205+81+221=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD51DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD51DD is #32AE22. Grayscale: #858585. Windows color (decimal): -3321379 or 14504397. OLE color: 14504397.

HSL color Cylindrical-coordinate representation of color #CD51DD: hue angle of 293.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD51DD is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20581221-
CMYK0.070.6300.13
HSL293.14º67.31%59.22%-
HSV(B)293.14º63.35%86.67%-
XYZ41.1724.0870.89-
YUV134.04177.08178.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 81 (32.03% from 255) = 15.98%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=40.43%
G=15.98%
B=43.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205812210.070.6300.13293.1467.3159.22
HexCD51DD73F0D125433b
Octal31512133577701544510373
Binary11001101101000111011101111111111011011001001011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD51DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD51DD; }

 p { color: rgb(205,81,221); }

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

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

 a { background-color: rgb(205,81,221); }

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

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

 span { border-color: rgb(205,81,221); }

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