Html Css Color HEX #C478F2 Heliotrope

📋 copy color: '#C478F2'

red 196 ◦ green 120 ◦ blue 242

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

Shades of Heliotrope #C478F2

Tints of Heliotrope #C478F2

RGB

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

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

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

R = 35.13%
G = 21.51%
B = 43.37%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C478F2 (or 0xC478F2) is known color: Heliotrope. HEX triplet: C4, 78 and F2. RGB value is (196,120,242). Sum of RGB (Red+Green+Blue) = 196+120+242=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #C478F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C478F2 is #3B870D. Grayscale: #9C9C9C. Windows color (decimal): -3901198 or 15890628. OLE color: 15890628.

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

Color convert

RGB 196 120 242 -
CMYK 0.19 0.50 0 0.05
HSL 277.38º 0.82% 0.71% -
HSV(B) 277.38º 0.5% 0.95% -
XYZ 45.51 31.58 87.7 -
YUV 156.63 176.18 156.08 -
System Red Green Blue C M Y K H S L
Decimal 196 120 242 0.19 0.50 0 0.05 277.38 0.82 0.71
Hex C4 78 F2 13 32 0 5 115 52 47
Octal 304 170 362 23 62 0 5 425 122 107
Binary 11000100 1111000 11110010 10011 110010 0 101 100010101 1010010 1000111

Color Harmonies of #C478F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C478F2

Black with #C478F2

Text Example


Text Example

White with #C478F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C478F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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