Html Css Color HEX #C37DF1 Heliotrope

📋 copy color: '#C37DF1'

red 195 ◦ green 125 ◦ blue 241

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

Shades of Heliotrope #C37DF1

Tints of Heliotrope #C37DF1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.28%

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

R = 34.76%
G = 22.28%
B = 42.96%

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

#C37DF1 (or 0xC37DF1) is known color: Heliotrope. HEX triplet: C3, 7D and F1. RGB value is (195,125,241). Sum of RGB (Red+Green+Blue) = 195+125+241=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #C37DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37DF1 is #3C820E. Grayscale: #9E9E9E. Windows color (decimal): -3965455 or 15826371. OLE color: 15826371.

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

Color convert

RGB 195 125 241 -
CMYK 0.19 0.48 0 0.05
HSL 276.21º 0.81% 0.72% -
HSV(B) 276.21º 0.48% 0.95% -
XYZ 45.72 32.62 87.11 -
YUV 159.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 195 125 241 0.19 0.48 0 0.05 276.21 0.81 0.72
Hex C3 7D F1 13 30 0 5 114 51 48
Octal 303 175 361 23 60 0 5 424 121 110
Binary 11000011 1111101 11110001 10011 110000 0 101 100010100 1010001 1001000

Color Harmonies of #C37DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37DF1

Black with #C37DF1

Text Example


Text Example

White with #C37DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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