Html Css Color HEX #C85EF1 Heliotrope

📋 copy color: '#C85EF1'

red 200 ◦ green 94 ◦ blue 241

#C85EF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C85EF1

Tints of Heliotrope #C85EF1

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 value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C85EF1 (or 0xC85EF1) is known color: 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

RGB 200 94 241 -
CMYK 0.17 0.61 0 0.05
HSL 283.27º 0.84% 0.66% -
HSV(B) 283.27º 0.61% 0.95% -
XYZ 43.7 26.64 86.06 -
YUV 142.45 183.62 169.05 -
System Red Green Blue C M Y K H S L
Decimal 200 94 241 0.17 0.61 0 0.05 283.27 0.84 0.66
Hex C8 5E F1 11 3D 0 5 11B 54 42
Octal 310 136 361 21 75 0 5 433 124 102
Binary 11001000 1011110 11110001 10001 111101 0 101 100011011 1010100 1000010

Color Harmonies of #C85EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EF1

Black with #C85EF1

Text Example


Text Example

White with #C85EF1

Text Example


Text Example

HTML Codes & Css Web 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>