Html Css Color HEX #C16AFA Heliotrope

📋 copy color: '#C16AFA'

red 193 ◦ green 106 ◦ blue 250

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

Shades of Heliotrope #C16AFA

Tints of Heliotrope #C16AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 35.15%
G = 19.31%
B = 45.54%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C16AFA (or 0xC16AFA) is known color: Heliotrope. HEX triplet: C1, 6A and FA. RGB value is (193,106,250). Sum of RGB (Red+Green+Blue) = 193+106+250=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #C16AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16AFA is #3E9505. Grayscale: #939393. Windows color (decimal): -4101382 or 16411329. OLE color: 16411329.

HSL color Cylindrical-coordinate representation of color #C16AFA: hue angle of 276.25º degrees, saturation: 0.94, 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 #C16AFA is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 106 250 -
CMYK 0.23 0.58 0 0.02
HSL 276.25º 0.94% 0.7% -
HSV(B) 276.25º 0.58% 0.98% -
XYZ 44.4 28.55 93.61 -
YUV 148.43 185.32 159.79 -
System Red Green Blue C M Y K H S L
Decimal 193 106 250 0.23 0.58 0 0.02 276.25 0.94 0.7
Hex C1 6A FA 17 3A 0 2 114 5E 46
Octal 301 152 372 27 72 0 2 424 136 106
Binary 11000001 1101010 11111010 10111 111010 0 10 100010100 1011110 1000110

Color Harmonies of #C16AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16AFA

Black with #C16AFA

Text Example


Text Example

White with #C16AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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