#C35FF1

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

Shades of Medium Orchid #C35FF1

Tints of Medium Orchid #C35FF1

Color information

#C35FF1 (or 0xC35FF1) is unknown color: approx Medium Orchid. HEX triplet: C3, 5F and F1. RGB value is (195,95,241). Sum of RGB (Red+Green+Blue) = 195+95+241=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #C35FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35FF1 is #3CA00E. Grayscale: #8D8D8D. Windows color (decimal): -3973135 or 15818691. OLE color: 15818691.

HSL color Cylindrical-coordinate representation of color #C35FF1: hue angle of 281.1º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C35FF1 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19595241-
CMYK0.190.6100.05
HSL281.1º83.91%65.88%-
HSV(B)281.1º60.58%94.51%-
XYZ42.4826.1486.03-
YUV141.54184.13166.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 95 (37.5% from 255) = 17.89%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=36.72%
G=17.89%
B=45.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195952410.190.6100.05281.183.9165.88
HexC35FF1133D051195442
Octal303137361237505431124102
Binary1100001110111111111000110011111101010110001100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35FF1; }

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

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

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

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

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

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

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

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