Html Css Color HEX #C174EC Heliotrope

📋 copy color: '#C174EC'

red 193 ◦ green 116 ◦ blue 236

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

Shades of Heliotrope #C174EC

Tints of Heliotrope #C174EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 35.41%
G = 21.28%
B = 43.3%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C174EC (or 0xC174EC) is known color: Heliotrope. HEX triplet: C1, 74 and EC. RGB value is (193,116,236). Sum of RGB (Red+Green+Blue) = 193+116+236=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #C174EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C174EC is #3E8B13. Grayscale: #989898. Windows color (decimal): -4098836 or 15496385. OLE color: 15496385.

HSL color Cylindrical-coordinate representation of color #C174EC: hue angle of 278.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C174EC is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 116 236 -
CMYK 0.18 0.51 0 0.07
HSL 278.5º 0.76% 0.69% -
HSV(B) 278.5º 0.51% 0.93% -
XYZ 43.38 29.88 82.84 -
YUV 152.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 193 116 236 0.18 0.51 0 0.07 278.5 0.76 0.69
Hex C1 74 EC 12 33 0 7 116 4C 45
Octal 301 164 354 22 63 0 7 426 114 105
Binary 11000001 1110100 11101100 10010 110011 0 111 100010110 1001100 1000101

Color Harmonies of #C174EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174EC

Black with #C174EC

Text Example


Text Example

White with #C174EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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