#CD46E1

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

Shades of Medium Orchid #CD46E1

Tints of Medium Orchid #CD46E1

Color information

#CD46E1 (or 0xCD46E1) is unknown color: approx Medium Orchid. HEX triplet: CD, 46 and E1. RGB value is (205,70,225). Sum of RGB (Red+Green+Blue) = 205+70+225=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD46E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD46E1 is #32B91E. Grayscale: #7F7F7F. Windows color (decimal): -3324191 or 14763725. OLE color: 14763725.

HSL color Cylindrical-coordinate representation of color #CD46E1: hue angle of 292.26º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD46E1 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20570225-
CMYK0.090.6900.12
HSL292.26º72.09%57.84%-
HSV(B)292.26º68.89%88.24%-
XYZ40.9622.873.48-
YUV128.04182.73182.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 70 (27.73% from 255) = 14%
BLUE value IS 225 (88.28% from 255) = 45%
R=41%
G=14%
B=45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205702250.090.6900.12292.2672.0957.84
HexCD46E19450C124483a
Octal3151063411110501444411072
Binary1100110110001101110000110011000101011001001001001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD46E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD46E1; }

 p { color: rgb(205,70,225); }

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

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

 a { background-color: rgb(205,70,225); }

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

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

 span { border-color: rgb(205,70,225); }

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