Html Css Color HEX #C980FE Heliotrope

📋 copy color: '#C980FE'

red 201 ◦ green 128 ◦ blue 254

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

Shades of Heliotrope #C980FE

Tints of Heliotrope #C980FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.57%

R = 34.48%
G = 21.96%
B = 43.57%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C980FE (or 0xC980FE) is known color: Heliotrope. HEX triplet: C9, 80 and FE. RGB value is (201,128,254). Sum of RGB (Red+Green+Blue) = 201+128+254=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #C980FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980FE is #367F01. Grayscale: #A3A3A3. Windows color (decimal): -3571458 or 16679113. OLE color: 16679113.

HSL color Cylindrical-coordinate representation of color #C980FE: hue angle of 274.76º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C980FE is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 128 254 -
CMYK 0.21 0.50 0 0.00
HSL 274.76º 0.98% 0.75% -
HSV(B) 274.76º 0.5% 1% -
XYZ 49.7 35.01 97.9 -
YUV 164.19 178.68 154.25 -
System Red Green Blue C M Y K H S L
Decimal 201 128 254 0.21 0.50 0 0.00 274.76 0.98 0.75
Hex C9 80 FE 15 32 0 0 113 62 4B
Octal 311 200 376 25 62 0 0 423 142 113
Binary 11001001 10000000 11111110 10101 110010 0 0 100010011 1100010 1001011

Color Harmonies of #C980FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980FE

Black with #C980FE

Text Example


Text Example

White with #C980FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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