Html Css Color HEX #C079F1 Heliotrope

📋 copy color: '#C079F1'

red 192 ◦ green 121 ◦ blue 241

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

Shades of Heliotrope #C079F1

Tints of Heliotrope #C079F1

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.84%

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

R = 34.66%
G = 21.84%
B = 43.5%

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

#C079F1 (or 0xC079F1) is known color: Heliotrope. HEX triplet: C0, 79 and F1. RGB value is (192,121,241). Sum of RGB (Red+Green+Blue) = 192+121+241=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #C079F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C079F1 is #3F860E. Grayscale: #9B9B9B. Windows color (decimal): -4163087 or 15825344. OLE color: 15825344.

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

Color convert

RGB 192 121 241 -
CMYK 0.20 0.50 0 0.05
HSL 275.5º 0.81% 0.71% -
HSV(B) 275.5º 0.5% 0.95% -
XYZ 44.45 31.23 86.9 -
YUV 155.91 176.02 153.74 -
System Red Green Blue C M Y K H S L
Decimal 192 121 241 0.20 0.50 0 0.05 275.5 0.81 0.71
Hex C0 79 F1 14 32 0 5 114 51 47
Octal 300 171 361 24 62 0 5 424 121 107
Binary 11000000 1111001 11110001 10100 110010 0 101 100010100 1010001 1000111

Color Harmonies of #C079F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079F1

Black with #C079F1

Text Example


Text Example

White with #C079F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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