Html Css Color HEX #C16CFE Heliotrope

📋 copy color: '#C16CFE'

red 193 ◦ green 108 ◦ blue 254

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

Shades of Heliotrope #C16CFE

Tints of Heliotrope #C16CFE

RGB

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

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

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

R = 34.77%
G = 19.46%
B = 45.77%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C16CFE (or 0xC16CFE) is known color: Heliotrope. HEX triplet: C1, 6C and FE. RGB value is (193,108,254). Sum of RGB (Red+Green+Blue) = 193+108+254=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #C16CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16CFE is #3E9301. Grayscale: #959595. Windows color (decimal): -4100866 or 16673985. OLE color: 16673985.

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

Color convert

RGB 193 108 254 -
CMYK 0.24 0.57 0 0.00
HSL 274.93º 0.99% 0.71% -
HSV(B) 274.93º 0.57% 1% -
XYZ 45.24 29.22 97.02 -
YUV 150.06 186.66 158.63 -
System Red Green Blue C M Y K H S L
Decimal 193 108 254 0.24 0.57 0 0.00 274.93 0.99 0.71
Hex C1 6C FE 18 39 0 0 113 63 47
Octal 301 154 376 30 71 0 0 423 143 107
Binary 11000001 1101100 11111110 11000 111001 0 0 100010011 1100011 1000111

Color Harmonies of #C16CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16CFE

Black with #C16CFE

Text Example


Text Example

White with #C16CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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