Html Css Color HEX #C078F1 Heliotrope

📋 copy color: '#C078F1'

red 192 ◦ green 120 ◦ blue 241

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

Shades of Heliotrope #C078F1

Tints of Heliotrope #C078F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.58%

R = 34.72%
G = 21.7%
B = 43.58%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C078F1 (or 0xC078F1) is known color: Heliotrope. HEX triplet: C0, 78 and F1. RGB value is (192,120,241). Sum of RGB (Red+Green+Blue) = 192+120+241=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #C078F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078F1 is #3F870E. Grayscale: #9A9A9A. Windows color (decimal): -4163343 or 15825088. OLE color: 15825088.

HSL color Cylindrical-coordinate representation of color #C078F1: hue angle of 275.7º degrees, saturation: 0.81, 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 #C078F1 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 120 241 -
CMYK 0.20 0.50 0 0.05
HSL 275.7º 0.81% 0.71% -
HSV(B) 275.7º 0.5% 0.95% -
XYZ 44.33 30.99 86.86 -
YUV 155.32 176.35 154.16 -
System Red Green Blue C M Y K H S L
Decimal 192 120 241 0.20 0.50 0 0.05 275.7 0.81 0.71
Hex C0 78 F1 14 32 0 5 114 51 47
Octal 300 170 361 24 62 0 5 424 121 107
Binary 11000000 1111000 11110001 10100 110010 0 101 100010100 1010001 1000111

Color Harmonies of #C078F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078F1

Black with #C078F1

Text Example


Text Example

White with #C078F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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