Html Css Color HEX #C96AFE Heliotrope

📋 copy color: '#C96AFE'

red 201 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #C96AFE

Tints of Heliotrope #C96AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 35.83%
G = 18.89%
B = 45.28%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C96AFE (or 0xC96AFE) is known color: Heliotrope. HEX triplet: C9, 6A and FE. RGB value is (201,106,254). Sum of RGB (Red+Green+Blue) = 201+106+254=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 106 (41.80% from 255 or 18.89% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #C96AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AFE is #369501. Grayscale: #969696. Windows color (decimal): -3577090 or 16673481. OLE color: 16673481.

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

Color convert

RGB 201 106 254 -
CMYK 0.21 0.58 0 0.00
HSL 278.51º 0.99% 0.71% -
HSV(B) 278.51º 0.58% 1% -
XYZ 47.13 29.88 97.05 -
YUV 151.28 185.97 163.47 -
System Red Green Blue C M Y K H S L
Decimal 201 106 254 0.21 0.58 0 0.00 278.51 0.99 0.71
Hex C9 6A FE 15 3A 0 0 117 63 47
Octal 311 152 376 25 72 0 0 427 143 107
Binary 11001001 1101010 11111110 10101 111010 0 0 100010111 1100011 1000111

Color Harmonies of #C96AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AFE

Black with #C96AFE

Text Example


Text Example

White with #C96AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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