Html Css Color HEX #C078F8 Heliotrope

📋 copy color: '#C078F8'

red 192 ◦ green 120 ◦ blue 248

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

Shades of Heliotrope #C078F8

Tints of Heliotrope #C078F8

RGB

 RED value IS 192 (75.39% from 255) = 34.29%

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

 BLUE value IS 248 (97.27% from 255) = 44.29%

R = 34.29%
G = 21.43%
B = 44.29%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C078F8 (or 0xC078F8) is known color: Heliotrope. HEX triplet: C0, 78 and F8. RGB value is (192,120,248). Sum of RGB (Red+Green+Blue) = 192+120+248=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #C078F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078F8 is #3F8707. Grayscale: #9B9B9B. Windows color (decimal): -4163336 or 16283840. OLE color: 16283840.

HSL color Cylindrical-coordinate representation of color #C078F8: hue angle of 273.75º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C078F8 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 120 248 -
CMYK 0.23 0.52 0 0.03
HSL 273.75º 0.9% 0.72% -
HSV(B) 273.75º 0.52% 0.97% -
XYZ 45.4 31.42 92.48 -
YUV 156.12 179.85 153.59 -
System Red Green Blue C M Y K H S L
Decimal 192 120 248 0.23 0.52 0 0.03 273.75 0.9 0.72
Hex C0 78 F8 17 34 0 3 112 5A 48
Octal 300 170 370 27 64 0 3 422 132 110
Binary 11000000 1111000 11111000 10111 110100 0 11 100010010 1011010 1001000

Color Harmonies of #C078F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078F8

Black with #C078F8

Text Example


Text Example

White with #C078F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078F8; }

 p { color: rgb(192,120,248); }

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

background-color css

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

 a { background-color: rgb(192,120,248); }

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

border-color css

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

 span { border-color: rgb(192,120,248); }

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