Html Css Color HEX #C080FB Heliotrope

📋 copy color: '#C080FB'

red 192 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #C080FB

Tints of Heliotrope #C080FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.96%

R = 33.63%
G = 22.42%
B = 43.96%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C080FB (or 0xC080FB) is known color: Heliotrope. HEX triplet: C0, 80 and FB. RGB value is (192,128,251). Sum of RGB (Red+Green+Blue) = 192+128+251=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #C080FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080FB is #3F7F04. Grayscale: #A0A0A0. Windows color (decimal): -4161285 or 16482496. OLE color: 16482496.

HSL color Cylindrical-coordinate representation of color #C080FB: hue angle of 271.22º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C080FB is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 128 251 -
CMYK 0.24 0.49 0 0.02
HSL 271.22º 0.94% 0.74% -
HSV(B) 271.22º 0.49% 0.98% -
XYZ 46.87 33.61 95.28 -
YUV 161.16 178.7 150 -
System Red Green Blue C M Y K H S L
Decimal 192 128 251 0.24 0.49 0 0.02 271.22 0.94 0.74
Hex C0 80 FB 18 31 0 2 10F 5E 4A
Octal 300 200 373 30 61 0 2 417 136 112
Binary 11000000 10000000 11111011 11000 110001 0 10 100001111 1011110 1001010

Color Harmonies of #C080FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080FB

Black with #C080FB

Text Example


Text Example

White with #C080FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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