Html Css Color HEX #C378F1 Heliotrope

📋 copy color: '#C378F1'

red 195 ◦ green 120 ◦ blue 241

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

Shades of Heliotrope #C378F1

Tints of Heliotrope #C378F1

RGB

 RED value IS 195 (76.56% from 255) = 35.07%

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

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

R = 35.07%
G = 21.58%
B = 43.35%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C378F1 (or 0xC378F1) is known color: Heliotrope. HEX triplet: C3, 78 and F1. RGB value is (195,120,241). Sum of RGB (Red+Green+Blue) = 195+120+241=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #C378F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C378F1 is #3C870E. Grayscale: #9B9B9B. Windows color (decimal): -3966735 or 15825091. OLE color: 15825091.

HSL color Cylindrical-coordinate representation of color #C378F1: hue angle of 277.19º 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 #C378F1 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 120 241 -
CMYK 0.19 0.50 0 0.05
HSL 277.19º 0.81% 0.71% -
HSV(B) 277.19º 0.5% 0.95% -
XYZ 45.1 31.39 86.9 -
YUV 156.22 175.85 155.66 -
System Red Green Blue C M Y K H S L
Decimal 195 120 241 0.19 0.50 0 0.05 277.19 0.81 0.71
Hex C3 78 F1 13 32 0 5 115 51 47
Octal 303 170 361 23 62 0 5 425 121 107
Binary 11000011 1111000 11110001 10011 110010 0 101 100010101 1010001 1000111

Color Harmonies of #C378F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C378F1

Black with #C378F1

Text Example


Text Example

White with #C378F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C378F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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