#CD4DEB

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

Shades of Medium Orchid #CD4DEB

Tints of Medium Orchid #CD4DEB

Color information

#CD4DEB (or 0xCD4DEB) is unknown color: approx Medium Orchid. HEX triplet: CD, 4D and EB. RGB value is (205,77,235). Sum of RGB (Red+Green+Blue) = 205+77+235=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD4DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD4DEB is #32B214. Grayscale: #848484. Windows color (decimal): -3322389 or 15420877. OLE color: 15420877.

HSL color Cylindrical-coordinate representation of color #CD4DEB: hue angle of 288.61º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD4DEB is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20577235-
CMYK0.130.6700.08
HSL288.61º79.8%61.18%-
HSV(B)288.61º67.23%92.16%-
XYZ42.8324.2981.03-
YUV133.28185.41179.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 77 (30.47% from 255) = 14.89%
BLUE value IS 235 (92.19% from 255) = 45.45%
R=39.65%
G=14.89%
B=45.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205772350.130.6700.08288.6179.861.18
HexCD4DEBD4308121503d
Octal3151153531510301044112075
Binary1100110110011011110101111011000011010001001000011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4DEB; }

 p { color: rgb(205,77,235); }

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

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

 a { background-color: rgb(205,77,235); }

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

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

 span { border-color: rgb(205,77,235); }

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