Html Css Color HEX #C375F1 Heliotrope

📋 copy color: '#C375F1'

red 195 ◦ green 117 ◦ blue 241

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

Shades of Heliotrope #C375F1

Tints of Heliotrope #C375F1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.16%

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

R = 35.26%
G = 21.16%
B = 43.58%

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

#C375F1 (or 0xC375F1) is known color: Heliotrope. HEX triplet: C3, 75 and F1. RGB value is (195,117,241). Sum of RGB (Red+Green+Blue) = 195+117+241=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #C375F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375F1 is #3C8A0E. Grayscale: #9A9A9A. Windows color (decimal): -3967503 or 15824323. OLE color: 15824323.

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

Color convert

RGB 195 117 241 -
CMYK 0.19 0.51 0 0.05
HSL 277.74º 0.82% 0.7% -
HSV(B) 277.74º 0.51% 0.95% -
XYZ 44.74 30.68 86.78 -
YUV 154.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 195 117 241 0.19 0.51 0 0.05 277.74 0.82 0.7
Hex C3 75 F1 13 33 0 5 116 52 46
Octal 303 165 361 23 63 0 5 426 122 106
Binary 11000011 1110101 11110001 10011 110011 0 101 100010110 1010010 1000110

Color Harmonies of #C375F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375F1

Black with #C375F1

Text Example


Text Example

White with #C375F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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