#C35BE1

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

Shades of Medium Orchid #C35BE1

Tints of Medium Orchid #C35BE1

Color information

#C35BE1 (or 0xC35BE1) is unknown color: approx Medium Orchid. HEX triplet: C3, 5B and E1. RGB value is (195,91,225). Sum of RGB (Red+Green+Blue) = 195+91+225=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #C35BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BE1 is #3CA41E. Grayscale: #888888. Windows color (decimal): -3974175 or 14769091. OLE color: 14769091.

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

Color convert

RGB19591225-
CMYK0.130.6000.12
HSL286.57º69.07%61.96%-
HSV(B)286.57º59.56%88.24%-
XYZ39.8424.5273.87-
YUV137.37177.46169.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 91 (35.94% from 255) = 17.81%
BLUE value IS 225 (88.28% from 255) = 44.03%
R=38.16%
G=17.81%
B=44.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal195912250.130.6000.12286.5769.0761.96
HexC35BE1D3C0C11f453e
Octal303133341157401443710576
Binary110000111011011111000011101111100011001000111111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35BE1; }

 p { color: rgb(195,91,225); }

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

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

 a { background-color: rgb(195,91,225); }

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

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

 span { border-color: rgb(195,91,225); }

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