Html Css Color HEX #C96BF1 Heliotrope

📋 copy color: '#C96BF1'

red 201 ◦ green 107 ◦ blue 241

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

Shades of Heliotrope #C96BF1

Tints of Heliotrope #C96BF1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.49%

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

R = 36.61%
G = 19.49%
B = 43.9%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C96BF1 (or 0xC96BF1) is known color: Heliotrope. HEX triplet: C9, 6B and F1. RGB value is (201,107,241). Sum of RGB (Red+Green+Blue) = 201+107+241=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #C96BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BF1 is #36940E. Grayscale: #959595. Windows color (decimal): -3576847 or 15821769. OLE color: 15821769.

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

Color convert

RGB 201 107 241 -
CMYK 0.17 0.56 0 0.05
HSL 282.09º 0.83% 0.68% -
HSV(B) 282.09º 0.56% 0.95% -
XYZ 45.22 29.28 86.49 -
YUV 150.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 201 107 241 0.17 0.56 0 0.05 282.09 0.83 0.68
Hex C9 6B F1 11 38 0 5 11A 53 44
Octal 311 153 361 21 70 0 5 432 123 104
Binary 11001001 1101011 11110001 10001 111000 0 101 100011010 1010011 1000100

Color Harmonies of #C96BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BF1

Black with #C96BF1

Text Example


Text Example

White with #C96BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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