Html Css Color HEX #C16FFE Heliotrope

📋 copy color: '#C16FFE'

red 193 ◦ green 111 ◦ blue 254

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

Shades of Heliotrope #C16FFE

Tints of Heliotrope #C16FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.89%

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 34.59%
G = 19.89%
B = 45.52%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C16FFE (or 0xC16FFE) is known color: Heliotrope. HEX triplet: C1, 6F and FE. RGB value is (193,111,254). Sum of RGB (Red+Green+Blue) = 193+111+254=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #C16FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16FFE is #3E9001. Grayscale: #979797. Windows color (decimal): -4100098 or 16674753. OLE color: 16674753.

HSL color Cylindrical-coordinate representation of color #C16FFE: hue angle of 274.41º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C16FFE is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 111 254 -
CMYK 0.24 0.56 0 0.00
HSL 274.41º 0.99% 0.72% -
HSV(B) 274.41º 0.56% 1% -
XYZ 45.57 29.86 97.13 -
YUV 151.82 185.67 157.37 -
System Red Green Blue C M Y K H S L
Decimal 193 111 254 0.24 0.56 0 0.00 274.41 0.99 0.72
Hex C1 6F FE 18 38 0 0 112 63 48
Octal 301 157 376 30 70 0 0 422 143 110
Binary 11000001 1101111 11111110 11000 111000 0 0 100010010 1100011 1001000

Color Harmonies of #C16FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16FFE

Black with #C16FFE

Text Example


Text Example

White with #C16FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16FFE; }

 p { color: rgb(193,111,254); }

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

background-color css

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

 a { background-color: rgb(193,111,254); }

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

border-color css

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

 span { border-color: rgb(193,111,254); }

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