#C35BF0

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

Shades of Medium Orchid #C35BF0

Tints of Medium Orchid #C35BF0

Color information

#C35BF0 (or 0xC35BF0) is unknown color: approx Medium Orchid. HEX triplet: C3, 5B and F0. RGB value is (195,91,240). Sum of RGB (Red+Green+Blue) = 195+91+240=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #C35BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35BF0 is #3CA40F. Grayscale: #8A8A8A. Windows color (decimal): -3974160 or 15752131. OLE color: 15752131.

HSL color Cylindrical-coordinate representation of color #C35BF0: hue angle of 281.88º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C35BF0 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19591240-
CMYK0.190.6200.06
HSL281.88º83.24%64.9%-
HSV(B)281.88º62.08%94.12%-
XYZ41.9725.3885.12-
YUV139.08184.96167.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 91 (35.94% from 255) = 17.30%
BLUE value IS 240 (94.14% from 255) = 45.63%
R=37.07%
G=17.30%
B=45.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal195912400.190.6200.06281.8883.2464.9
HexC35BF0133E0611a5341
Octal303133360237606432123101
Binary1100001110110111111000010011111110011010001101010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35BF0; }

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

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

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

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

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

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

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

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