Html Css Color HEX #C96FFF Heliotrope

📋 copy color: '#C96FFF'

red 201 ◦ green 111 ◦ blue 255

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

Shades of Heliotrope #C96FFF

Tints of Heliotrope #C96FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.97%

R = 35.45%
G = 19.58%
B = 44.97%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C96FFF (or 0xC96FFF) is known color: Heliotrope. HEX triplet: C9, 6F and FF. RGB value is (201,111,255). Sum of RGB (Red+Green+Blue) = 201+111+255=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #C96FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96FFF is #369000. Grayscale: #999999. Windows color (decimal): -3575809 or 16740297. OLE color: 16740297.

HSL color Cylindrical-coordinate representation of color #C96FFF: hue angle of 277.5º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C96FFF is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 111 255 -
CMYK 0.21 0.56 0 0
HSL 277.5º 1% 0.72% -
HSV(B) 277.5º 0.56% 1% -
XYZ 47.82 31.01 98.07 -
YUV 154.33 184.82 161.29 -
System Red Green Blue C M Y K H S L
Decimal 201 111 255 0.21 0.56 0 0 277.5 1 0.72
Hex C9 6F FF 15 38 0 0 116 64 48
Octal 311 157 377 25 70 0 0 426 144 110
Binary 11001001 1101111 11111111 10101 111000 0 0 100010110 1100100 1001000

Color Harmonies of #C96FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FFF

Black with #C96FFF

Text Example


Text Example

White with #C96FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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