Html Css Color HEX #C47CF2 Heliotrope

📋 copy color: '#C47CF2'

red 196 ◦ green 124 ◦ blue 242

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

Shades of Heliotrope #C47CF2

Tints of Heliotrope #C47CF2

RGB

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

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

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

R = 34.88%
G = 22.06%
B = 43.06%

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

#C47CF2 (or 0xC47CF2) is known color: Heliotrope. HEX triplet: C4, 7C and F2. RGB value is (196,124,242). Sum of RGB (Red+Green+Blue) = 196+124+242=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #C47CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47CF2 is #3B830D. Grayscale: #9E9E9E. Windows color (decimal): -3900174 or 15891652. OLE color: 15891652.

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

Color convert

RGB 196 124 242 -
CMYK 0.19 0.49 0 0.05
HSL 276.61º 0.82% 0.72% -
HSV(B) 276.61º 0.49% 0.95% -
XYZ 46 32.56 87.87 -
YUV 158.98 174.85 154.41 -
System Red Green Blue C M Y K H S L
Decimal 196 124 242 0.19 0.49 0 0.05 276.61 0.82 0.72
Hex C4 7C F2 13 31 0 5 115 52 48
Octal 304 174 362 23 61 0 5 425 122 110
Binary 11000100 1111100 11110010 10011 110001 0 101 100010101 1010010 1001000

Color Harmonies of #C47CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CF2

Black with #C47CF2

Text Example


Text Example

White with #C47CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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