Html Css Color HEX #C16AEF Heliotrope

📋 copy color: '#C16AEF'

red 193 ◦ green 106 ◦ blue 239

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

Shades of Heliotrope #C16AEF

Tints of Heliotrope #C16AEF

RGB

 RED value IS 193 (75.78% from 255) = 35.87%

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

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

R = 35.87%
G = 19.7%
B = 44.42%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C16AEF (or 0xC16AEF) is known color: Heliotrope. HEX triplet: C1, 6A and EF. RGB value is (193,106,239). Sum of RGB (Red+Green+Blue) = 193+106+239=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #C16AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16AEF is #3E9510. Grayscale: #929292. Windows color (decimal): -4101393 or 15690433. OLE color: 15690433.

HSL color Cylindrical-coordinate representation of color #C16AEF: hue angle of 279.25º 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 #C16AEF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 106 239 -
CMYK 0.19 0.56 0 0.06
HSL 279.25º 0.81% 0.68% -
HSV(B) 279.25º 0.56% 0.94% -
XYZ 42.73 27.88 84.79 -
YUV 147.18 179.82 160.69 -
System Red Green Blue C M Y K H S L
Decimal 193 106 239 0.19 0.56 0 0.06 279.25 0.81 0.68
Hex C1 6A EF 13 38 0 6 117 51 44
Octal 301 152 357 23 70 0 6 427 121 104
Binary 11000001 1101010 11101111 10011 111000 0 110 100010111 1010001 1000100

Color Harmonies of #C16AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16AEF

Black with #C16AEF

Text Example


Text Example

White with #C16AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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