Html Css Color HEX #C37CF2 Heliotrope

📋 copy color: '#C37CF2'

red 195 ◦ green 124 ◦ blue 242

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

Shades of Heliotrope #C37CF2

Tints of Heliotrope #C37CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.1%

 BLUE value IS 242 (94.92% from 255) = 43.14%

R = 34.76%
G = 22.1%
B = 43.14%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C37CF2 (or 0xC37CF2) is known color: Heliotrope. HEX triplet: C3, 7C and F2. RGB value is (195,124,242). Sum of RGB (Red+Green+Blue) = 195+124+242=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #C37CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37CF2 is #3C830D. Grayscale: #9E9E9E. Windows color (decimal): -3965710 or 15891651. OLE color: 15891651.

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

Color convert

RGB 195 124 242 -
CMYK 0.19 0.49 0 0.05
HSL 276.1º 0.82% 0.72% -
HSV(B) 276.1º 0.49% 0.95% -
XYZ 45.74 32.43 87.85 -
YUV 158.68 175.02 153.91 -
System Red Green Blue C M Y K H S L
Decimal 195 124 242 0.19 0.49 0 0.05 276.1 0.82 0.72
Hex C3 7C F2 13 31 0 5 114 52 48
Octal 303 174 362 23 61 0 5 424 122 110
Binary 11000011 1111100 11110010 10011 110001 0 101 100010100 1010010 1001000

Color Harmonies of #C37CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37CF2

Black with #C37CF2

Text Example


Text Example

White with #C37CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37CF2; }

 p { color: rgb(195,124,242); }

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

background-color css

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

 a { background-color: rgb(195,124,242); }

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

border-color css

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

 span { border-color: rgb(195,124,242); }

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