Html Css Color HEX #C96CF9 Heliotrope

📋 copy color: '#C96CF9'

red 201 ◦ green 108 ◦ blue 249

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

Shades of Heliotrope #C96CF9

Tints of Heliotrope #C96CF9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.35%

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

R = 36.02%
G = 19.35%
B = 44.62%

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

#C96CF9 (or 0xC96CF9) is known color: Heliotrope. HEX triplet: C9, 6C and F9. RGB value is (201,108,249). Sum of RGB (Red+Green+Blue) = 201+108+249=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #C96CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96CF9 is #369306. Grayscale: #979797. Windows color (decimal): -3576583 or 16346313. OLE color: 16346313.

HSL color Cylindrical-coordinate representation of color #C96CF9: hue angle of 279.57º 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 #C96CF9 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 108 249 -
CMYK 0.19 0.57 0 0.02
HSL 279.57º 0.92% 0.7% -
HSV(B) 279.57º 0.57% 0.98% -
XYZ 46.55 29.98 92.96 -
YUV 151.88 182.81 163.04 -
System Red Green Blue C M Y K H S L
Decimal 201 108 249 0.19 0.57 0 0.02 279.57 0.92 0.7
Hex C9 6C F9 13 39 0 2 118 5C 46
Octal 311 154 371 23 71 0 2 430 134 106
Binary 11001001 1101100 11111001 10011 111001 0 10 100011000 1011100 1000110

Color Harmonies of #C96CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CF9

Black with #C96CF9

Text Example


Text Example

White with #C96CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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