#CD5BD8

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

Shades of Medium Orchid #CD5BD8

Tints of Medium Orchid #CD5BD8

Color information

#CD5BD8 (or 0xCD5BD8) is unknown color: approx Medium Orchid. HEX triplet: CD, 5B and D8. RGB value is (205,91,216). Sum of RGB (Red+Green+Blue) = 205+91+216=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD5BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5BD8 is #32A427. Grayscale: #8A8A8A. Windows color (decimal): -3318824 or 14179277. OLE color: 14179277.

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

Color convert

RGB20591216-
CMYK0.050.5800.15
HSL294.72º61.58%60.2%-
HSV(B)294.72º57.87%84.71%-
XYZ41.3125.4267.69-
YUV139.34171.27174.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 91 (35.94% from 255) = 17.77%
BLUE value IS 216 (84.77% from 255) = 42.19%
R=40.04%
G=17.77%
B=42.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205912160.050.5800.15294.7261.5860.2
HexCD5BD853A0F1273e3c
Octal3151333305720174477674
Binary1100110110110111101100010111101001111100100111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5BD8; }

 p { color: rgb(205,91,216); }

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

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

 a { background-color: rgb(205,91,216); }

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

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

 span { border-color: rgb(205,91,216); }

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