#CD5AEB

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

Shades of Medium Orchid #CD5AEB

Tints of Medium Orchid #CD5AEB

Color information

#CD5AEB (or 0xCD5AEB) is unknown color: approx Medium Orchid. HEX triplet: CD, 5A and EB. RGB value is (205,90,235). Sum of RGB (Red+Green+Blue) = 205+90+235=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 90 (35.55% from 255 or 16.98% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD5AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5AEB is #32A514. Grayscale: #8C8C8C. Windows color (decimal): -3319061 or 15424205. OLE color: 15424205.

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

Color convert

RGB20590235-
CMYK0.130.6200.08
HSL287.59º78.38%63.73%-
HSV(B)287.59º61.7%92.16%-
XYZ43.8326.2981.36-
YUV140.92181.1173.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 90 (35.55% from 255) = 16.98%
BLUE value IS 235 (92.19% from 255) = 44.34%
R=38.68%
G=16.98%
B=44.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205902350.130.6200.08287.5978.3863.73
HexCD5AEBD3E081204e40
Octal3151323531576010440116100
Binary1100110110110101110101111011111100100010010000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5AEB; }

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

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

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

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

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

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

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

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