Html Css Color HEX #C16CFA Heliotrope

📋 copy color: '#C16CFA'

red 193 ◦ green 108 ◦ blue 250

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

Shades of Heliotrope #C16CFA

Tints of Heliotrope #C16CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.6%

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

R = 35.03%
G = 19.6%
B = 45.37%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C16CFA (or 0xC16CFA) is known color: Heliotrope. HEX triplet: C1, 6C and FA. RGB value is (193,108,250). Sum of RGB (Red+Green+Blue) = 193+108+250=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #C16CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16CFA is #3E9305. Grayscale: #959595. Windows color (decimal): -4100870 or 16411841. OLE color: 16411841.

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

Color convert

RGB 193 108 250 -
CMYK 0.23 0.57 0 0.02
HSL 275.92º 0.93% 0.7% -
HSV(B) 275.92º 0.57% 0.98% -
XYZ 44.61 28.96 93.68 -
YUV 149.6 184.66 158.95 -
System Red Green Blue C M Y K H S L
Decimal 193 108 250 0.23 0.57 0 0.02 275.92 0.93 0.7
Hex C1 6C FA 17 39 0 2 114 5D 46
Octal 301 154 372 27 71 0 2 424 135 106
Binary 11000001 1101100 11111010 10111 111001 0 10 100010100 1011101 1000110

Color Harmonies of #C16CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16CFA

Black with #C16CFA

Text Example


Text Example

White with #C16CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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