Html Css Color HEX #C174FF Heliotrope

📋 copy color: '#C174FF'

red 193 ◦ green 116 ◦ blue 255

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

Shades of Heliotrope #C174FF

Tints of Heliotrope #C174FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.21%

R = 34.22%
G = 20.57%
B = 45.21%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C174FF (or 0xC174FF) is known color: Heliotrope. HEX triplet: C1, 74 and FF. RGB value is (193,116,255). Sum of RGB (Red+Green+Blue) = 193+116+255=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #C174FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C174FF is #3E8B00. Grayscale: #9A9A9A. Windows color (decimal): -4098817 or 16741569. OLE color: 16741569.

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

Color convert

RGB 193 116 255 -
CMYK 0.24 0.55 0 0
HSL 273.24º 1% 0.73% -
HSV(B) 273.24º 0.55% 1% -
XYZ 46.29 31.05 98.16 -
YUV 154.87 184.51 155.2 -
System Red Green Blue C M Y K H S L
Decimal 193 116 255 0.24 0.55 0 0 273.24 1 0.73
Hex C1 74 FF 18 37 0 0 111 64 49
Octal 301 164 377 30 67 0 0 421 144 111
Binary 11000001 1110100 11111111 11000 110111 0 0 100010001 1100100 1001001

Color Harmonies of #C174FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174FF

Black with #C174FF

Text Example


Text Example

White with #C174FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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