#CD45EE

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

Shades of Medium Orchid #CD45EE

Tints of Medium Orchid #CD45EE

Color information

#CD45EE (or 0xCD45EE) is unknown color: approx Medium Orchid. HEX triplet: CD, 45 and EE. RGB value is (205,69,238). Sum of RGB (Red+Green+Blue) = 205+69+238=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD45EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD45EE is #32BA11. Grayscale: #808080. Windows color (decimal): -3324434 or 15615437. OLE color: 15615437.

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

Color convert

RGB20569238-
CMYK0.140.7100.07
HSL288.28º83.25%60.2%-
HSV(B)288.28º71.01%93.33%-
XYZ42.7423.4183.15-
YUV128.93189.56182.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 69 (27.34% from 255) = 13.48%
BLUE value IS 238 (93.36% from 255) = 46.48%
R=40.04%
G=13.48%
B=46.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205692380.140.7100.07288.2883.2560.2
HexCD45EEE4707120533c
Octal315105356161070744012374
Binary110011011000101111011101110100011101111001000001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD45EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD45EE; }

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

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

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

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

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

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

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

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