Html Css Color HEX #C077F1 Heliotrope

📋 copy color: '#C077F1'

red 192 ◦ green 119 ◦ blue 241

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

Shades of Heliotrope #C077F1

Tints of Heliotrope #C077F1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.56%

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

R = 34.78%
G = 21.56%
B = 43.66%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C077F1 (or 0xC077F1) is known color: Heliotrope. HEX triplet: C0, 77 and F1. RGB value is (192,119,241). Sum of RGB (Red+Green+Blue) = 192+119+241=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #C077F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077F1 is #3F880E. Grayscale: #9A9A9A. Windows color (decimal): -4163599 or 15824832. OLE color: 15824832.

HSL color Cylindrical-coordinate representation of color #C077F1: hue angle of 275.9º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C077F1 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 119 241 -
CMYK 0.20 0.51 0 0.05
HSL 275.9º 0.81% 0.71% -
HSV(B) 275.9º 0.51% 0.95% -
XYZ 44.21 30.75 86.82 -
YUV 154.74 176.68 154.58 -
System Red Green Blue C M Y K H S L
Decimal 192 119 241 0.20 0.51 0 0.05 275.9 0.81 0.71
Hex C0 77 F1 14 33 0 5 114 51 47
Octal 300 167 361 24 63 0 5 424 121 107
Binary 11000000 1110111 11110001 10100 110011 0 101 100010100 1010001 1000111

Color Harmonies of #C077F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077F1

Black with #C077F1

Text Example


Text Example

White with #C077F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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