#C35DF5

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

Shades of Medium Orchid #C35DF5

Tints of Medium Orchid #C35DF5

Color information

#C35DF5 (or 0xC35DF5) is unknown color: approx Medium Orchid. HEX triplet: C3, 5D and F5. RGB value is (195,93,245). Sum of RGB (Red+Green+Blue) = 195+93+245=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #C35DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35DF5 is #3CA20A. Grayscale: #8C8C8C. Windows color (decimal): -3973643 or 16080323. OLE color: 16080323.

HSL color Cylindrical-coordinate representation of color #C35DF5: hue angle of 280.26º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C35DF5 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19593245-
CMYK0.200.6200.04
HSL280.26º88.37%66.27%-
HSV(B)280.26º62.04%96.08%-
XYZ42.926.0289.15-
YUV140.83186.79166.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 93 (36.72% from 255) = 17.45%
BLUE value IS 245 (96.09% from 255) = 45.97%
R=36.59%
G=17.45%
B=45.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal195932450.200.6200.04280.2688.3766.27
HexC35DF5143E041185842
Octal303135365247604430130102
Binary1100001110111011111010110100111110010010001100010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35DF5; }

 p { color: rgb(195,93,245); }

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

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

 a { background-color: rgb(195,93,245); }

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

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

 span { border-color: rgb(195,93,245); }

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