Html Css Color HEX #C96AFF Heliotrope

📋 copy color: '#C96AFF'

red 201 ◦ green 106 ◦ blue 255

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

Shades of Heliotrope #C96AFF

Tints of Heliotrope #C96AFF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.86%

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

R = 35.77%
G = 18.86%
B = 45.37%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C96AFF (or 0xC96AFF) is known color: Heliotrope. HEX triplet: C9, 6A and FF. RGB value is (201,106,255). Sum of RGB (Red+Green+Blue) = 201+106+255=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #C96AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AFF is #369500. Grayscale: #969696. Windows color (decimal): -3577089 or 16739017. OLE color: 16739017.

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

Color convert

RGB 201 106 255 -
CMYK 0.21 0.58 0 0
HSL 278.26º 1% 0.71% -
HSV(B) 278.26º 0.58% 1% -
XYZ 47.29 29.95 97.9 -
YUV 151.39 186.47 163.38 -
System Red Green Blue C M Y K H S L
Decimal 201 106 255 0.21 0.58 0 0 278.26 1 0.71
Hex C9 6A FF 15 3A 0 0 116 64 47
Octal 311 152 377 25 72 0 0 426 144 107
Binary 11001001 1101010 11111111 10101 111010 0 0 100010110 1100100 1000111

Color Harmonies of #C96AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AFF

Black with #C96AFF

Text Example


Text Example

White with #C96AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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