Html Css Color HEX #C96AFB Heliotrope

📋 copy color: '#C96AFB'

red 201 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #C96AFB

Tints of Heliotrope #C96AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.98%

R = 36.02%
G = 19%
B = 44.98%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C96AFB (or 0xC96AFB) is known color: Heliotrope. HEX triplet: C9, 6A and FB. RGB value is (201,106,251). Sum of RGB (Red+Green+Blue) = 201+106+251=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #C96AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AFB is #369504. Grayscale: #969696. Windows color (decimal): -3577093 or 16476873. OLE color: 16476873.

HSL color Cylindrical-coordinate representation of color #C96AFB: hue angle of 279.31º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C96AFB is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 106 251 -
CMYK 0.20 0.58 0 0.02
HSL 279.31º 0.95% 0.7% -
HSV(B) 279.31º 0.58% 0.98% -
XYZ 46.65 29.69 94.54 -
YUV 150.94 184.47 163.71 -
System Red Green Blue C M Y K H S L
Decimal 201 106 251 0.20 0.58 0 0.02 279.31 0.95 0.7
Hex C9 6A FB 14 3A 0 2 117 5F 46
Octal 311 152 373 24 72 0 2 427 137 106
Binary 11001001 1101010 11111011 10100 111010 0 10 100010111 1011111 1000110

Color Harmonies of #C96AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AFB

Black with #C96AFB

Text Example


Text Example

White with #C96AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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