#CD35E3

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

Shades of Medium Orchid #CD35E3

Tints of Medium Orchid #CD35E3

Color information

#CD35E3 (or 0xCD35E3) is unknown color: approx Medium Orchid. HEX triplet: CD, 35 and E3. RGB value is (205,53,227). Sum of RGB (Red+Green+Blue) = 205+53+227=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD35E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD35E3 is #32CA1C. Grayscale: #757575. Windows color (decimal): -3328541 or 14890445. OLE color: 14890445.

HSL color Cylindrical-coordinate representation of color #CD35E3: hue angle of 292.41º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD35E3 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20553227-
CMYK0.100.7700.11
HSL292.41º75.65%54.9%-
HSV(B)292.41º76.65%89.02%-
XYZ40.3221.0774.62-
YUV118.28189.36189.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 53 (21.09% from 255) = 10.93%
BLUE value IS 227 (89.06% from 255) = 46.80%
R=42.27%
G=10.93%
B=46.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal205532270.100.7700.11292.4175.6554.9
HexCD35E3A4D0B1244c37
Octal315653431211501344411467
Binary110011011101011110001110101001101010111001001001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD35E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD35E3; }

 p { color: rgb(205,53,227); }

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

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

 a { background-color: rgb(205,53,227); }

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

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

 span { border-color: rgb(205,53,227); }

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