Html Css Color HEX #C080FA Heliotrope

📋 copy color: '#C080FA'

red 192 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #C080FA

Tints of Heliotrope #C080FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 33.68%
G = 22.46%
B = 43.86%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C080FA (or 0xC080FA) is known color: Heliotrope. HEX triplet: C0, 80 and FA. RGB value is (192,128,250). Sum of RGB (Red+Green+Blue) = 192+128+250=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #C080FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080FA is #3F7F05. Grayscale: #A0A0A0. Windows color (decimal): -4161286 or 16416960. OLE color: 16416960.

HSL color Cylindrical-coordinate representation of color #C080FA: hue angle of 271.48º degrees, saturation: 0.92, 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 #C080FA is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 128 250 -
CMYK 0.23 0.49 0 0.02
HSL 271.48º 0.92% 0.74% -
HSV(B) 271.48º 0.49% 0.98% -
XYZ 46.71 33.55 94.46 -
YUV 161.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 192 128 250 0.23 0.49 0 0.02 271.48 0.92 0.74
Hex C0 80 FA 17 31 0 2 10F 5C 4A
Octal 300 200 372 27 61 0 2 417 134 112
Binary 11000000 10000000 11111010 10111 110001 0 10 100001111 1011100 1001010

Color Harmonies of #C080FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080FA

Black with #C080FA

Text Example


Text Example

White with #C080FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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