Html Css Color HEX #C078F9 Heliotrope

📋 copy color: '#C078F9'

red 192 ◦ green 120 ◦ blue 249

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

Shades of Heliotrope #C078F9

Tints of Heliotrope #C078F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.39%

R = 34.22%
G = 21.39%
B = 44.39%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C078F9 (or 0xC078F9) is known color: Heliotrope. HEX triplet: C0, 78 and F9. RGB value is (192,120,249). Sum of RGB (Red+Green+Blue) = 192+120+249=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #C078F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078F9 is #3F8706. Grayscale: #9B9B9B. Windows color (decimal): -4163335 or 16349376. OLE color: 16349376.

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

Color convert

RGB 192 120 249 -
CMYK 0.23 0.52 0 0.02
HSL 273.49º 0.91% 0.72% -
HSV(B) 273.49º 0.52% 0.98% -
XYZ 45.55 31.48 93.3 -
YUV 156.23 180.35 153.51 -
System Red Green Blue C M Y K H S L
Decimal 192 120 249 0.23 0.52 0 0.02 273.49 0.91 0.72
Hex C0 78 F9 17 34 0 2 111 5B 48
Octal 300 170 371 27 64 0 2 421 133 110
Binary 11000000 1111000 11111001 10111 110100 0 10 100010001 1011011 1001000

Color Harmonies of #C078F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078F9

Black with #C078F9

Text Example


Text Example

White with #C078F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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