Html Css Color HEX #C174FE Heliotrope

📋 copy color: '#C174FE'

red 193 ◦ green 116 ◦ blue 254

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

Shades of Heliotrope #C174FE

Tints of Heliotrope #C174FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.6%

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

R = 34.28%
G = 20.6%
B = 45.12%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C174FE (or 0xC174FE) is known color: Heliotrope. HEX triplet: C1, 74 and FE. RGB value is (193,116,254). Sum of RGB (Red+Green+Blue) = 193+116+254=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #C174FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C174FE is #3E8B01. Grayscale: #9A9A9A. Windows color (decimal): -4098818 or 16676033. OLE color: 16676033.

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

Color convert

RGB 193 116 254 -
CMYK 0.24 0.54 0 0.00
HSL 273.48º 0.99% 0.73% -
HSV(B) 273.48º 0.54% 1% -
XYZ 46.13 30.98 97.32 -
YUV 154.76 184.01 155.28 -
System Red Green Blue C M Y K H S L
Decimal 193 116 254 0.24 0.54 0 0.00 273.48 0.99 0.73
Hex C1 74 FE 18 36 0 0 111 63 49
Octal 301 164 376 30 66 0 0 421 143 111
Binary 11000001 1110100 11111110 11000 110110 0 0 100010001 1100011 1001001

Color Harmonies of #C174FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174FE

Black with #C174FE

Text Example


Text Example

White with #C174FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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