Html Css Color HEX #C280F9 Heliotrope

📋 copy color: '#C280F9'

red 194 ◦ green 128 ◦ blue 249

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

Shades of Heliotrope #C280F9

Tints of Heliotrope #C280F9

RGB

 RED value IS 194 (76.17% from 255) = 33.98%

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

 BLUE value IS 249 (97.66% from 255) = 43.61%

R = 33.98%
G = 22.42%
B = 43.61%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C280F9 (or 0xC280F9) is known color: Heliotrope. HEX triplet: C2, 80 and F9. RGB value is (194,128,249). Sum of RGB (Red+Green+Blue) = 194+128+249=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #C280F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280F9 is #3D7F06. Grayscale: #A1A1A1. Windows color (decimal): -4030215 or 16351426. OLE color: 16351426.

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

Color convert

RGB 194 128 249 -
CMYK 0.22 0.49 0 0.02
HSL 272.73º 0.91% 0.74% -
HSV(B) 272.73º 0.49% 0.98% -
XYZ 47.07 33.75 93.66 -
YUV 161.53 177.37 151.16 -
System Red Green Blue C M Y K H S L
Decimal 194 128 249 0.22 0.49 0 0.02 272.73 0.91 0.74
Hex C2 80 F9 16 31 0 2 111 5B 4A
Octal 302 200 371 26 61 0 2 421 133 112
Binary 11000010 10000000 11111001 10110 110001 0 10 100010001 1011011 1001010

Color Harmonies of #C280F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C280F9

Black with #C280F9

Text Example


Text Example

White with #C280F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C280F9; }

 p { color: rgb(194,128,249); }

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

background-color css

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

 a { background-color: rgb(194,128,249); }

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

border-color css

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

 span { border-color: rgb(194,128,249); }

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