#C35EE0

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

Shades of Medium Orchid #C35EE0

Tints of Medium Orchid #C35EE0

Color information

#C35EE0 (or 0xC35EE0) is unknown color: approx Medium Orchid. HEX triplet: C3, 5E and E0. RGB value is (195,94,224). Sum of RGB (Red+Green+Blue) = 195+94+224=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #C35EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35EE0 is #3CA11F. Grayscale: #8A8A8A. Windows color (decimal): -3973408 or 14704323. OLE color: 14704323.

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

Color convert

RGB19594224-
CMYK0.130.5800.12
HSL286.62º67.71%62.35%-
HSV(B)286.62º58.04%87.84%-
XYZ39.9624.9973.24-
YUV139.02175.96167.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 94 (37.11% from 255) = 18.32%
BLUE value IS 224 (87.89% from 255) = 43.66%
R=38.01%
G=18.32%
B=43.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal195942240.130.5800.12286.6267.7162.35
HexC35EE0D3A0C11f443e
Octal303136340157201443710476
Binary110000111011110111000001101111010011001000111111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35EE0; }

 p { color: rgb(195,94,224); }

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

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

 a { background-color: rgb(195,94,224); }

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

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

 span { border-color: rgb(195,94,224); }

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