Html Css Color HEX #C474FB Heliotrope

📋 copy color: '#C474FB'

red 196 ◦ green 116 ◦ blue 251

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

Shades of Heliotrope #C474FB

Tints of Heliotrope #C474FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 34.81%
G = 20.6%
B = 44.58%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C474FB (or 0xC474FB) is known color: Heliotrope. HEX triplet: C4, 74 and FB. RGB value is (196,116,251). Sum of RGB (Red+Green+Blue) = 196+116+251=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #C474FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C474FB is #3B8B04. Grayscale: #9A9A9A. Windows color (decimal): -3902213 or 16479428. OLE color: 16479428.

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

Color convert

RGB 196 116 251 -
CMYK 0.22 0.54 0 0.02
HSL 275.56º 0.94% 0.72% -
HSV(B) 275.56º 0.54% 0.98% -
XYZ 46.42 31.19 94.84 -
YUV 155.31 182 157.02 -
System Red Green Blue C M Y K H S L
Decimal 196 116 251 0.22 0.54 0 0.02 275.56 0.94 0.72
Hex C4 74 FB 16 36 0 2 114 5E 48
Octal 304 164 373 26 66 0 2 424 136 110
Binary 11000100 1110100 11111011 10110 110110 0 10 100010100 1011110 1001000

Color Harmonies of #C474FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474FB

Black with #C474FB

Text Example


Text Example

White with #C474FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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