Html Css Color HEX #C96EF1 Heliotrope

📋 copy color: '#C96EF1'

red 201 ◦ green 110 ◦ blue 241

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

Shades of Heliotrope #C96EF1

Tints of Heliotrope #C96EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.93%

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

R = 36.41%
G = 19.93%
B = 43.66%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C96EF1 (or 0xC96EF1) is known color: Heliotrope. HEX triplet: C9, 6E and F1. RGB value is (201,110,241). Sum of RGB (Red+Green+Blue) = 201+110+241=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #C96EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EF1 is #36910E. Grayscale: #979797. Windows color (decimal): -3576079 or 15822537. OLE color: 15822537.

HSL color Cylindrical-coordinate representation of color #C96EF1: hue angle of 281.68º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C96EF1 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 110 241 -
CMYK 0.17 0.54 0 0.05
HSL 281.68º 0.82% 0.69% -
HSV(B) 281.68º 0.54% 0.95% -
XYZ 45.54 29.92 86.59 -
YUV 152.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 201 110 241 0.17 0.54 0 0.05 281.68 0.82 0.69
Hex C9 6E F1 11 36 0 5 11A 52 45
Octal 311 156 361 21 66 0 5 432 122 105
Binary 11001001 1101110 11110001 10001 110110 0 101 100011010 1010010 1000101

Color Harmonies of #C96EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EF1

Black with #C96EF1

Text Example


Text Example

White with #C96EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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