Html Css Color HEX #C377F1 Heliotrope

📋 copy color: '#C377F1'

red 195 ◦ green 119 ◦ blue 241

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

Shades of Heliotrope #C377F1

Tints of Heliotrope #C377F1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.44%

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

R = 35.14%
G = 21.44%
B = 43.42%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C377F1 (or 0xC377F1) is known color: Heliotrope. HEX triplet: C3, 77 and F1. RGB value is (195,119,241). Sum of RGB (Red+Green+Blue) = 195+119+241=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #C377F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C377F1 is #3C880E. Grayscale: #9B9B9B. Windows color (decimal): -3966991 or 15824835. OLE color: 15824835.

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

Color convert

RGB 195 119 241 -
CMYK 0.19 0.51 0 0.05
HSL 277.38º 0.81% 0.71% -
HSV(B) 277.38º 0.51% 0.95% -
XYZ 44.98 31.15 86.86 -
YUV 155.63 176.18 156.08 -
System Red Green Blue C M Y K H S L
Decimal 195 119 241 0.19 0.51 0 0.05 277.38 0.81 0.71
Hex C3 77 F1 13 33 0 5 115 51 47
Octal 303 167 361 23 63 0 5 425 121 107
Binary 11000011 1110111 11110001 10011 110011 0 101 100010101 1010001 1000111

Color Harmonies of #C377F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C377F1

Black with #C377F1

Text Example


Text Example

White with #C377F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C377F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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