#C85EF1

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

Shades of Heliotrope #C85EF1

Tints of Heliotrope #C85EF1

Color information

#C85EF1 (or 0xC85EF1) is unknown color: approx Heliotrope. HEX triplet: C8, 5E and F1. RGB value is (200,94,241). Sum of RGB (Red+Green+Blue) = 200+94+241=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #C85EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85EF1 is #37A10E. Grayscale: #8D8D8D. Windows color (decimal): -3645711 or 15818440. OLE color: 15818440.

HSL color Cylindrical-coordinate representation of color #C85EF1: hue angle of 283.27º 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 #C85EF1 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20094241-
CMYK0.170.6100.05
HSL283.27º84%65.69%-
HSV(B)283.27º61%94.51%-
XYZ43.726.6486.06-
YUV142.45183.62169.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 94 (37.11% from 255) = 17.57%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=37.38%
G=17.57%
B=45.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal200942410.170.6100.05283.278465.69
HexC85EF1113D0511b5442
Octal310136361217505433124102
Binary1100100010111101111000110001111101010110001101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85EF1; }

 p { color: rgb(200,94,241); }

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

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

 a { background-color: rgb(200,94,241); }

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

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

 span { border-color: rgb(200,94,241); }

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