Html Css Color HEX #C474F9 Heliotrope

📋 copy color: '#C474F9'

red 196 ◦ green 116 ◦ blue 249

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

Shades of Heliotrope #C474F9

Tints of Heliotrope #C474F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.39%

R = 34.94%
G = 20.68%
B = 44.39%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C474F9 (or 0xC474F9) is known color: Heliotrope. HEX triplet: C4, 74 and F9. RGB value is (196,116,249). Sum of RGB (Red+Green+Blue) = 196+116+249=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #C474F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C474F9 is #3B8B06. Grayscale: #9A9A9A. Windows color (decimal): -3902215 or 16348356. OLE color: 16348356.

HSL color Cylindrical-coordinate representation of color #C474F9: hue angle of 276.09º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C474F9 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 116 249 -
CMYK 0.21 0.53 0 0.02
HSL 276.09º 0.92% 0.72% -
HSV(B) 276.09º 0.53% 0.98% -
XYZ 46.11 31.07 93.19 -
YUV 155.08 181 157.19 -
System Red Green Blue C M Y K H S L
Decimal 196 116 249 0.21 0.53 0 0.02 276.09 0.92 0.72
Hex C4 74 F9 15 35 0 2 114 5C 48
Octal 304 164 371 25 65 0 2 424 134 110
Binary 11000100 1110100 11111001 10101 110101 0 10 100010100 1011100 1001000

Color Harmonies of #C474F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474F9

Black with #C474F9

Text Example


Text Example

White with #C474F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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