Html Css Color HEX #C080F1 Heliotrope

📋 copy color: '#C080F1'

red 192 ◦ green 128 ◦ blue 241

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

Shades of Heliotrope #C080F1

Tints of Heliotrope #C080F1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.82%

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

R = 34.22%
G = 22.82%
B = 42.96%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C080F1 (or 0xC080F1) is known color: Heliotrope. HEX triplet: C0, 80 and F1. RGB value is (192,128,241). Sum of RGB (Red+Green+Blue) = 192+128+241=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #C080F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080F1 is #3F7F0E. Grayscale: #9F9F9F. Windows color (decimal): -4161295 or 15827136. OLE color: 15827136.

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

Color convert

RGB 192 128 241 -
CMYK 0.20 0.47 0 0.05
HSL 273.98º 0.8% 0.72% -
HSV(B) 273.98º 0.47% 0.95% -
XYZ 45.33 33 87.2 -
YUV 160.02 173.7 150.81 -
System Red Green Blue C M Y K H S L
Decimal 192 128 241 0.20 0.47 0 0.05 273.98 0.8 0.72
Hex C0 80 F1 14 2F 0 5 112 50 48
Octal 300 200 361 24 57 0 5 422 120 110
Binary 11000000 10000000 11110001 10100 101111 0 101 100010010 1010000 1001000

Color Harmonies of #C080F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080F1

Black with #C080F1

Text Example


Text Example

White with #C080F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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