Html Css Color HEX #C474F1 Heliotrope

📋 copy color: '#C474F1'

red 196 ◦ green 116 ◦ blue 241

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

Shades of Heliotrope #C474F1

Tints of Heliotrope #C474F1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.98%

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

R = 35.44%
G = 20.98%
B = 43.58%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C474F1 (or 0xC474F1) is known color: Heliotrope. HEX triplet: C4, 74 and F1. RGB value is (196,116,241). Sum of RGB (Red+Green+Blue) = 196+116+241=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #C474F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C474F1 is #3B8B0E. Grayscale: #999999. Windows color (decimal): -3902223 or 15824068. OLE color: 15824068.

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

Color convert

RGB 196 116 241 -
CMYK 0.19 0.52 0 0.05
HSL 278.4º 0.82% 0.7% -
HSV(B) 278.4º 0.52% 0.95% -
XYZ 44.89 30.58 86.76 -
YUV 154.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 196 116 241 0.19 0.52 0 0.05 278.4 0.82 0.7
Hex C4 74 F1 13 34 0 5 116 52 46
Octal 304 164 361 23 64 0 5 426 122 106
Binary 11000100 1110100 11110001 10011 110100 0 101 100010110 1010010 1000110

Color Harmonies of #C474F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474F1

Black with #C474F1

Text Example


Text Example

White with #C474F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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