Html Css Color HEX #C96AEF Heliotrope

📋 copy color: '#C96AEF'

red 201 ◦ green 106 ◦ blue 239

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

Shades of Heliotrope #C96AEF

Tints of Heliotrope #C96AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.77%

R = 36.81%
G = 19.41%
B = 43.77%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C96AEF (or 0xC96AEF) is known color: Heliotrope. HEX triplet: C9, 6A and EF. RGB value is (201,106,239). Sum of RGB (Red+Green+Blue) = 201+106+239=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #C96AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AEF is #369510. Grayscale: #959595. Windows color (decimal): -3577105 or 15690441. OLE color: 15690441.

HSL color Cylindrical-coordinate representation of color #C96AEF: hue angle of 282.86º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C96AEF is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 106 239 -
CMYK 0.16 0.56 0 0.06
HSL 282.86º 0.81% 0.68% -
HSV(B) 282.86º 0.56% 0.94% -
XYZ 44.82 28.96 84.89 -
YUV 149.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 201 106 239 0.16 0.56 0 0.06 282.86 0.81 0.68
Hex C9 6A EF 10 38 0 6 11B 51 44
Octal 311 152 357 20 70 0 6 433 121 104
Binary 11001001 1101010 11101111 10000 111000 0 110 100011011 1010001 1000100

Color Harmonies of #C96AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AEF

Black with #C96AEF

Text Example


Text Example

White with #C96AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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