Html Css Color HEX #C96FF9 Heliotrope

📋 copy color: '#C96FF9'

red 201 ◦ green 111 ◦ blue 249

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

Shades of Heliotrope #C96FF9

Tints of Heliotrope #C96FF9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.79%

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

R = 35.83%
G = 19.79%
B = 44.39%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C96FF9 (or 0xC96FF9) is known color: Heliotrope. HEX triplet: C9, 6F and F9. RGB value is (201,111,249). Sum of RGB (Red+Green+Blue) = 201+111+249=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #C96FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96FF9 is #369006. Grayscale: #999999. Windows color (decimal): -3575815 or 16347081. OLE color: 16347081.

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

Color convert

RGB 201 111 249 -
CMYK 0.19 0.55 0 0.02
HSL 279.13º 0.92% 0.71% -
HSV(B) 279.13º 0.55% 0.98% -
XYZ 46.87 30.63 93.06 -
YUV 153.64 181.82 161.78 -
System Red Green Blue C M Y K H S L
Decimal 201 111 249 0.19 0.55 0 0.02 279.13 0.92 0.71
Hex C9 6F F9 13 37 0 2 117 5C 47
Octal 311 157 371 23 67 0 2 427 134 107
Binary 11001001 1101111 11111001 10011 110111 0 10 100010111 1011100 1000111

Color Harmonies of #C96FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FF9

Black with #C96FF9

Text Example


Text Example

White with #C96FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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