Html Css Color HEX #C95EF1 Heliotrope

📋 copy color: '#C95EF1'

red 201 ◦ green 94 ◦ blue 241

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

Shades of Heliotrope #C95EF1

Tints of Heliotrope #C95EF1

RGB

 RED value IS 201 (78.91% from 255) = 37.5%

 GREEN value IS 94 (37.11% from 255) = 17.54%

 BLUE value IS 241 (94.53% from 255) = 44.96%

R = 37.5%
G = 17.54%
B = 44.96%

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

#C95EF1 (or 0xC95EF1) is known color: Heliotrope. HEX triplet: C9, 5E and F1. RGB value is (201,94,241). Sum of RGB (Red+Green+Blue) = 201+94+241=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #C95EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95EF1 is #36A10E. Grayscale: #8E8E8E. Windows color (decimal): -3580175 or 15818441. OLE color: 15818441.

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

Color convert

RGB 201 94 241 -
CMYK 0.17 0.61 0 0.05
HSL 283.67º 0.84% 0.66% -
HSV(B) 283.67º 0.61% 0.95% -
XYZ 43.97 26.77 86.07 -
YUV 142.75 183.45 169.55 -
System Red Green Blue C M Y K H S L
Decimal 201 94 241 0.17 0.61 0 0.05 283.67 0.84 0.66
Hex C9 5E F1 11 3D 0 5 11C 54 42
Octal 311 136 361 21 75 0 5 434 124 102
Binary 11001001 1011110 11110001 10001 111101 0 101 100011100 1010100 1000010

Color Harmonies of #C95EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EF1

Black with #C95EF1

Text Example


Text Example

White with #C95EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EF1; }

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

 H1.HeaderClassName
 {
   color: #C95EF1;
 }
 .AnyTagClassName
 {
   color: #C95EF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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