Html Css Color HEX #C373F1 Heliotrope

📋 copy color: '#C373F1'

red 195 ◦ green 115 ◦ blue 241

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

Shades of Heliotrope #C373F1

Tints of Heliotrope #C373F1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.87%

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

R = 35.39%
G = 20.87%
B = 43.74%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C373F1 (or 0xC373F1) is known color: Heliotrope. HEX triplet: C3, 73 and F1. RGB value is (195,115,241). Sum of RGB (Red+Green+Blue) = 195+115+241=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #C373F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C373F1 is #3C8C0E. Grayscale: #989898. Windows color (decimal): -3968015 or 15823811. OLE color: 15823811.

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

Color convert

RGB 195 115 241 -
CMYK 0.19 0.52 0 0.05
HSL 278.1º 0.82% 0.7% -
HSV(B) 278.1º 0.52% 0.95% -
XYZ 44.51 30.21 86.7 -
YUV 153.28 177.5 157.75 -
System Red Green Blue C M Y K H S L
Decimal 195 115 241 0.19 0.52 0 0.05 278.1 0.82 0.7
Hex C3 73 F1 13 34 0 5 116 52 46
Octal 303 163 361 23 64 0 5 426 122 106
Binary 11000011 1110011 11110001 10011 110100 0 101 100010110 1010010 1000110

Color Harmonies of #C373F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373F1

Black with #C373F1

Text Example


Text Example

White with #C373F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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