#CD55EE

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

Shades of Medium Orchid #CD55EE

Tints of Medium Orchid #CD55EE

Color information

#CD55EE (or 0xCD55EE) is unknown color: approx Medium Orchid. HEX triplet: CD, 55 and EE. RGB value is (205,85,238). Sum of RGB (Red+Green+Blue) = 205+85+238=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD55EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD55EE is #32AA11. Grayscale: #898989. Windows color (decimal): -3320338 or 15619533. OLE color: 15619533.

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

Color convert

RGB20585238-
CMYK0.140.6400.07
HSL287.06º81.82%63.33%-
HSV(B)287.06º64.29%93.33%-
XYZ43.8625.6583.53-
YUV138.32184.26175.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 85 (33.59% from 255) = 16.10%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=38.83%
G=16.10%
B=45.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205852380.140.6400.07287.0681.8263.33
HexCD55EEE400711f523f
Octal315125356161000743712277
Binary110011011010101111011101110100000001111000111111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD55EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD55EE; }

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

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

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

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

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

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

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

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