Html Css Color HEX #C078F2 Heliotrope

📋 copy color: '#C078F2'

red 192 ◦ green 120 ◦ blue 242

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

Shades of Heliotrope #C078F2

Tints of Heliotrope #C078F2

RGB

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

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

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

R = 34.66%
G = 21.66%
B = 43.68%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C078F2 (or 0xC078F2) is known color: Heliotrope. HEX triplet: C0, 78 and F2. RGB value is (192,120,242). Sum of RGB (Red+Green+Blue) = 192+120+242=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #C078F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078F2 is #3F870D. Grayscale: #9B9B9B. Windows color (decimal): -4163342 or 15890624. OLE color: 15890624.

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

Color convert

RGB 192 120 242 -
CMYK 0.21 0.50 0 0.05
HSL 275.41º 0.82% 0.71% -
HSV(B) 275.41º 0.5% 0.95% -
XYZ 44.48 31.05 87.65 -
YUV 155.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 192 120 242 0.21 0.50 0 0.05 275.41 0.82 0.71
Hex C0 78 F2 15 32 0 5 113 52 47
Octal 300 170 362 25 62 0 5 423 122 107
Binary 11000000 1111000 11110010 10101 110010 0 101 100010011 1010010 1000111

Color Harmonies of #C078F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078F2

Black with #C078F2

Text Example


Text Example

White with #C078F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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