Html Css Color HEX #C174FD Heliotrope

📋 copy color: '#C174FD'

red 193 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #C174FD

Tints of Heliotrope #C174FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 34.34%
G = 20.64%
B = 45.02%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C174FD (or 0xC174FD) is known color: Heliotrope. HEX triplet: C1, 74 and FD. RGB value is (193,116,253). Sum of RGB (Red+Green+Blue) = 193+116+253=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #C174FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C174FD is #3E8B02. Grayscale: #9A9A9A. Windows color (decimal): -4098819 or 16610497. OLE color: 16610497.

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

Color convert

RGB 193 116 253 -
CMYK 0.24 0.54 0 0.01
HSL 273.72º 0.97% 0.72% -
HSV(B) 273.72º 0.54% 0.99% -
XYZ 45.97 30.92 96.47 -
YUV 154.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 193 116 253 0.24 0.54 0 0.01 273.72 0.97 0.72
Hex C1 74 FD 18 36 0 1 112 61 48
Octal 301 164 375 30 66 0 1 422 141 110
Binary 11000001 1110100 11111101 11000 110110 0 1 100010010 1100001 1001000

Color Harmonies of #C174FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174FD

Black with #C174FD

Text Example


Text Example

White with #C174FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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