#CD5AEE

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

Shades of Medium Orchid #CD5AEE

Tints of Medium Orchid #CD5AEE

Color information

#CD5AEE (or 0xCD5AEE) is unknown color: approx Medium Orchid. HEX triplet: CD, 5A and EE. RGB value is (205,90,238). Sum of RGB (Red+Green+Blue) = 205+90+238=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD5AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5AEE is #32A511. Grayscale: #8C8C8C. Windows color (decimal): -3319058 or 15620813. OLE color: 15620813.

HSL color Cylindrical-coordinate representation of color #CD5AEE: hue angle of 286.62º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD5AEE is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20590238-
CMYK0.140.6200.07
HSL286.62º81.32%64.31%-
HSV(B)286.62º62.18%93.33%-
XYZ44.2726.4683.66-
YUV141.26182.6173.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 90 (35.55% from 255) = 16.89%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=38.46%
G=16.89%
B=44.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205902380.140.6200.07286.6281.3264.31
HexCD5AEEE3E0711f5140
Octal315132356167607437121100
Binary110011011011010111011101110111110011110001111110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5AEE; }

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

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

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

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

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

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

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

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