Html Css Color HEX #C37EF1 Heliotrope

📋 copy color: '#C37EF1'

red 195 ◦ green 126 ◦ blue 241

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

Shades of Heliotrope #C37EF1

Tints of Heliotrope #C37EF1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.42%

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

R = 34.7%
G = 22.42%
B = 42.88%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C37EF1 (or 0xC37EF1) is known color: Heliotrope. HEX triplet: C3, 7E and F1. RGB value is (195,126,241). Sum of RGB (Red+Green+Blue) = 195+126+241=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #C37EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37EF1 is #3C810E. Grayscale: #9F9F9F. Windows color (decimal): -3965199 or 15826627. OLE color: 15826627.

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

Color convert

RGB 195 126 241 -
CMYK 0.19 0.48 0 0.05
HSL 276º 0.8% 0.72% -
HSV(B) 276º 0.48% 0.95% -
XYZ 45.84 32.87 87.15 -
YUV 159.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 195 126 241 0.19 0.48 0 0.05 276 0.8 0.72
Hex C3 7E F1 13 30 0 5 114 50 48
Octal 303 176 361 23 60 0 5 424 120 110
Binary 11000011 1111110 11110001 10011 110000 0 101 100010100 1010000 1001000

Color Harmonies of #C37EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37EF1

Black with #C37EF1

Text Example


Text Example

White with #C37EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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