Html Css Color HEX #C478FC Heliotrope

📋 copy color: '#C478FC'

red 196 ◦ green 120 ◦ blue 252

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

Shades of Heliotrope #C478FC

Tints of Heliotrope #C478FC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.13%

 BLUE value IS 252 (98.83% from 255) = 44.37%

R = 34.51%
G = 21.13%
B = 44.37%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C478FC (or 0xC478FC) is known color: Heliotrope. HEX triplet: C4, 78 and FC. RGB value is (196,120,252). Sum of RGB (Red+Green+Blue) = 196+120+252=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #C478FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C478FC is #3B8703. Grayscale: #9D9D9D. Windows color (decimal): -3901188 or 16545988. OLE color: 16545988.

HSL color Cylindrical-coordinate representation of color #C478FC: hue angle of 274.55º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C478FC is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 120 252 -
CMYK 0.22 0.52 0 0.01
HSL 274.55º 0.96% 0.73% -
HSV(B) 274.55º 0.52% 0.99% -
XYZ 47.05 32.2 95.83 -
YUV 157.77 181.18 155.27 -
System Red Green Blue C M Y K H S L
Decimal 196 120 252 0.22 0.52 0 0.01 274.55 0.96 0.73
Hex C4 78 FC 16 34 0 1 113 60 49
Octal 304 170 374 26 64 0 1 423 140 111
Binary 11000100 1111000 11111100 10110 110100 0 1 100010011 1100000 1001001

Color Harmonies of #C478FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C478FC

Black with #C478FC

Text Example


Text Example

White with #C478FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C478FC; }

 p { color: rgb(196,120,252); }

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

background-color css

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

 a { background-color: rgb(196,120,252); }

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

border-color css

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

 span { border-color: rgb(196,120,252); }

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