Html Css Color HEX #C47CF1 Heliotrope

📋 copy color: '#C47CF1'

red 196 ◦ green 124 ◦ blue 241

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

Shades of Heliotrope #C47CF1

Tints of Heliotrope #C47CF1

RGB

 RED value IS 196 (76.95% from 255) = 34.94%

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

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

R = 34.94%
G = 22.1%
B = 42.96%

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

#C47CF1 (or 0xC47CF1) is known color: Heliotrope. HEX triplet: C4, 7C and F1. RGB value is (196,124,241). Sum of RGB (Red+Green+Blue) = 196+124+241=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 124 (48.83% from 255 or 22.10% 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 #C47CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47CF1 is #3B830E. Grayscale: #9E9E9E. Windows color (decimal): -3900175 or 15826116. OLE color: 15826116.

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

Color convert

RGB 196 124 241 -
CMYK 0.19 0.49 0 0.05
HSL 276.92º 0.81% 0.72% -
HSV(B) 276.92º 0.49% 0.95% -
XYZ 45.85 32.5 87.08 -
YUV 158.87 174.35 154.49 -
System Red Green Blue C M Y K H S L
Decimal 196 124 241 0.19 0.49 0 0.05 276.92 0.81 0.72
Hex C4 7C F1 13 31 0 5 115 51 48
Octal 304 174 361 23 61 0 5 425 121 110
Binary 11000100 1111100 11110001 10011 110001 0 101 100010101 1010001 1001000

Color Harmonies of #C47CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CF1

Black with #C47CF1

Text Example


Text Example

White with #C47CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CF1; }

 p { color: rgb(196,124,241); }

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

background-color css

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

 a { background-color: rgb(196,124,241); }

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

border-color css

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

 span { border-color: rgb(196,124,241); }

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