#c35bef

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

Shades of Medium Orchid #C35BEF

Tints of Medium Orchid #C35BEF

Color information

#C35BEF (or 0xC35BEF) is unknown color: approx Medium Orchid. HEX triplet: C3, 5B and EF. RGB value is (195,91,239). Sum of RGB (Red+Green+Blue) = 195+91+239=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #C35BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35BEF is #3CA410. Grayscale: #8A8A8A. Windows color (decimal): -3974161 or 15686595. OLE color: 15686595.

HSL color Cylindrical-coordinate representation of color #C35BEF: hue angle of 282.16º degrees, saturation: 0.82, 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 #C35BEF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19591239-
CMYK0.180.6200.06
HSL282.16º82.22%64.71%-
HSV(B)282.16º61.92%93.73%-
XYZ41.8325.3284.34-
YUV138.97184.46167.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 91 (35.94% from 255) = 17.33%
BLUE value IS 239 (93.75% from 255) = 45.52%
R=37.14%
G=17.33%
B=45.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal195912390.180.6200.06282.1682.2264.71
HexC35BEF123E0611a5241
Octal303133357227606432122101
Binary1100001110110111110111110010111110011010001101010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35bef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35bef; }

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

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

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

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

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

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

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

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