#C35FE9

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

Shades of Medium Orchid #C35FE9

Tints of Medium Orchid #C35FE9

Color information

#C35FE9 (or 0xC35FE9) is unknown color: approx Medium Orchid. HEX triplet: C3, 5F and E9. RGB value is (195,95,233). Sum of RGB (Red+Green+Blue) = 195+95+233=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #C35FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35FE9 is #3CA016. Grayscale: #8C8C8C. Windows color (decimal): -3973143 or 15294403. OLE color: 15294403.

HSL color Cylindrical-coordinate representation of color #C35FE9: hue angle of 283.48º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35FE9 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19595233-
CMYK0.160.5900.09
HSL283.48º75.82%64.31%-
HSV(B)283.48º59.23%91.37%-
XYZ41.3125.6779.87-
YUV140.63180.13166.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 95 (37.5% from 255) = 18.16%
BLUE value IS 233 (91.41% from 255) = 44.55%
R=37.28%
G=18.16%
B=44.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal195952330.160.5900.09283.4875.8264.31
HexC35FE9103B0911b4c40
Octal3031373512073011433114100
Binary11000011101111111101001100001110110100110001101110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35FE9; }

 p { color: rgb(195,95,233); }

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

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

 a { background-color: rgb(195,95,233); }

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

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

 span { border-color: rgb(195,95,233); }

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