Html Css Color HEX #C178F1 Heliotrope

📋 copy color: '#C178F1'

red 193 ◦ green 120 ◦ blue 241

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

Shades of Heliotrope #C178F1

Tints of Heliotrope #C178F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.5%

R = 34.84%
G = 21.66%
B = 43.5%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C178F1 (or 0xC178F1) is known color: Heliotrope. HEX triplet: C1, 78 and F1. RGB value is (193,120,241). Sum of RGB (Red+Green+Blue) = 193+120+241=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #C178F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C178F1 is #3E870E. Grayscale: #9B9B9B. Windows color (decimal): -4097807 or 15825089. OLE color: 15825089.

HSL color Cylindrical-coordinate representation of color #C178F1: hue angle of 276.2º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C178F1 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 120 241 -
CMYK 0.20 0.50 0 0.05
HSL 276.2º 0.81% 0.71% -
HSV(B) 276.2º 0.5% 0.95% -
XYZ 44.59 31.12 86.88 -
YUV 155.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 193 120 241 0.20 0.50 0 0.05 276.2 0.81 0.71
Hex C1 78 F1 14 32 0 5 114 51 47
Octal 301 170 361 24 62 0 5 424 121 107
Binary 11000001 1111000 11110001 10100 110010 0 101 100010100 1010001 1000111

Color Harmonies of #C178F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C178F1

Black with #C178F1

Text Example


Text Example

White with #C178F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C178F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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