Html Css Color HEX #C16AFB Heliotrope

📋 copy color: '#C16AFB'

red 193 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #C16AFB

Tints of Heliotrope #C16AFB

RGB

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

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

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

R = 35.09%
G = 19.27%
B = 45.64%

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

#C16AFB (or 0xC16AFB) is known color: Heliotrope. HEX triplet: C1, 6A and FB. RGB value is (193,106,251). Sum of RGB (Red+Green+Blue) = 193+106+251=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #C16AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16AFB is #3E9504. Grayscale: #949494. Windows color (decimal): -4101381 or 16476865. OLE color: 16476865.

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

Color convert

RGB 193 106 251 -
CMYK 0.23 0.58 0 0.02
HSL 276º 0.95% 0.7% -
HSV(B) 276º 0.58% 0.98% -
XYZ 44.56 28.61 94.44 -
YUV 148.54 185.82 159.71 -
System Red Green Blue C M Y K H S L
Decimal 193 106 251 0.23 0.58 0 0.02 276 0.95 0.7
Hex C1 6A FB 17 3A 0 2 114 5F 46
Octal 301 152 373 27 72 0 2 424 137 106
Binary 11000001 1101010 11111011 10111 111010 0 10 100010100 1011111 1000110

Color Harmonies of #C16AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16AFB

Black with #C16AFB

Text Example


Text Example

White with #C16AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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