Html Css Color HEX #C178FB Heliotrope

📋 copy color: '#C178FB'

red 193 ◦ green 120 ◦ blue 251

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

Shades of Heliotrope #C178FB

Tints of Heliotrope #C178FB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.28%

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

R = 34.22%
G = 21.28%
B = 44.5%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C178FB (or 0xC178FB) is known color: Heliotrope. HEX triplet: C1, 78 and FB. RGB value is (193,120,251). Sum of RGB (Red+Green+Blue) = 193+120+251=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #C178FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C178FB is #3E8704. Grayscale: #9C9C9C. Windows color (decimal): -4097797 or 16480449. OLE color: 16480449.

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

Color convert

RGB 193 120 251 -
CMYK 0.23 0.52 0 0.02
HSL 273.44º 0.94% 0.73% -
HSV(B) 273.44º 0.52% 0.98% -
XYZ 46.12 31.74 94.96 -
YUV 156.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 193 120 251 0.23 0.52 0 0.02 273.44 0.94 0.73
Hex C1 78 FB 17 34 0 2 111 5E 49
Octal 301 170 373 27 64 0 2 421 136 111
Binary 11000001 1111000 11111011 10111 110100 0 10 100010001 1011110 1001001

Color Harmonies of #C178FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C178FB

Black with #C178FB

Text Example


Text Example

White with #C178FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C178FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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