Html Css Color HEX #C96BF9 Heliotrope

📋 copy color: '#C96BF9'

red 201 ◦ green 107 ◦ blue 249

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

Shades of Heliotrope #C96BF9

Tints of Heliotrope #C96BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.7%

R = 36.09%
G = 19.21%
B = 44.7%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C96BF9 (or 0xC96BF9) is known color: Heliotrope. HEX triplet: C9, 6B and F9. RGB value is (201,107,249). Sum of RGB (Red+Green+Blue) = 201+107+249=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #C96BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BF9 is #369406. Grayscale: #969696. Windows color (decimal): -3576839 or 16346057. OLE color: 16346057.

HSL color Cylindrical-coordinate representation of color #C96BF9: hue angle of 279.72º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C96BF9 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 107 249 -
CMYK 0.19 0.57 0 0.02
HSL 279.72º 0.92% 0.7% -
HSV(B) 279.72º 0.57% 0.98% -
XYZ 46.44 29.77 92.92 -
YUV 151.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 201 107 249 0.19 0.57 0 0.02 279.72 0.92 0.7
Hex C9 6B F9 13 39 0 2 118 5C 46
Octal 311 153 371 23 71 0 2 430 134 106
Binary 11001001 1101011 11111001 10011 111001 0 10 100011000 1011100 1000110

Color Harmonies of #C96BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BF9

Black with #C96BF9

Text Example


Text Example

White with #C96BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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