#CD3CE1

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

Shades of Medium Orchid #CD3CE1

Tints of Medium Orchid #CD3CE1

Color information

#CD3CE1 (or 0xCD3CE1) is unknown color: approx Medium Orchid. HEX triplet: CD, 3C and E1. RGB value is (205,60,225). Sum of RGB (Red+Green+Blue) = 205+60+225=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD3CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3CE1 is #32C31E. Grayscale: #797979. Windows color (decimal): -3326751 or 14761165. OLE color: 14761165.

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

Color convert

RGB20560225-
CMYK0.090.7300.12
HSL292.73º73.33%55.88%-
HSV(B)292.73º73.33%88.24%-
XYZ40.3821.6573.28-
YUV122.16186.04187.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 60 (23.83% from 255) = 12.24%
BLUE value IS 225 (88.28% from 255) = 45.92%
R=41.84%
G=12.24%
B=45.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205602250.090.7300.12292.7373.3355.88
HexCD3CE19490C1254938
Octal315743411111101444511170
Binary110011011111001110000110011001001011001001001011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3CE1; }

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

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

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

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

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

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

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

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