Html Css Color HEX #C174FB Heliotrope

📋 copy color: '#C174FB'

red 193 ◦ green 116 ◦ blue 251

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

Shades of Heliotrope #C174FB

Tints of Heliotrope #C174FB

RGB

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

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

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

R = 34.46%
G = 20.71%
B = 44.82%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C174FB (or 0xC174FB) is known color: Heliotrope. HEX triplet: C1, 74 and FB. RGB value is (193,116,251). Sum of RGB (Red+Green+Blue) = 193+116+251=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #C174FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C174FB is #3E8B04. Grayscale: #999999. Windows color (decimal): -4098821 or 16479425. OLE color: 16479425.

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

Color convert

RGB 193 116 251 -
CMYK 0.23 0.54 0 0.02
HSL 274.22º 0.94% 0.72% -
HSV(B) 274.22º 0.54% 0.98% -
XYZ 45.65 30.79 94.8 -
YUV 154.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 193 116 251 0.23 0.54 0 0.02 274.22 0.94 0.72
Hex C1 74 FB 17 36 0 2 112 5E 48
Octal 301 164 373 27 66 0 2 422 136 110
Binary 11000001 1110100 11111011 10111 110110 0 10 100010010 1011110 1001000

Color Harmonies of #C174FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174FB

Black with #C174FB

Text Example


Text Example

White with #C174FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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