Html Css Color HEX #C980F9 Heliotrope

📋 copy color: '#C980F9'

red 201 ◦ green 128 ◦ blue 249

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

Shades of Heliotrope #C980F9

Tints of Heliotrope #C980F9

RGB

 RED value IS 201 (78.91% from 255) = 34.78%

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

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

R = 34.78%
G = 22.15%
B = 43.08%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C980F9 (or 0xC980F9) is known color: Heliotrope. HEX triplet: C9, 80 and F9. RGB value is (201,128,249). Sum of RGB (Red+Green+Blue) = 201+128+249=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #C980F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980F9 is #367F06. Grayscale: #A3A3A3. Windows color (decimal): -3571463 or 16351433. OLE color: 16351433.

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

Color convert

RGB 201 128 249 -
CMYK 0.19 0.49 0 0.02
HSL 276.2º 0.91% 0.74% -
HSV(B) 276.2º 0.49% 0.98% -
XYZ 48.91 34.7 93.74 -
YUV 163.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 201 128 249 0.19 0.49 0 0.02 276.2 0.91 0.74
Hex C9 80 F9 13 31 0 2 114 5B 4A
Octal 311 200 371 23 61 0 2 424 133 112
Binary 11001001 10000000 11111001 10011 110001 0 10 100010100 1011011 1001010

Color Harmonies of #C980F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980F9

Black with #C980F9

Text Example


Text Example

White with #C980F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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