Html Css Color HEX #C980FF Heliotrope

📋 copy color: '#C980FF'

red 201 ◦ green 128 ◦ blue 255

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

Shades of Heliotrope #C980FF

Tints of Heliotrope #C980FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.66%

R = 34.42%
G = 21.92%
B = 43.66%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C980FF (or 0xC980FF) is known color: Heliotrope. HEX triplet: C9, 80 and FF. RGB value is (201,128,255). Sum of RGB (Red+Green+Blue) = 201+128+255=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #C980FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980FF is #367F00. Grayscale: #A3A3A3. Windows color (decimal): -3571457 or 16744649. OLE color: 16744649.

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

Color convert

RGB 201 128 255 -
CMYK 0.21 0.50 0 0
HSL 274.49º 1% 0.75% -
HSV(B) 274.49º 0.5% 1% -
XYZ 49.86 35.08 98.75 -
YUV 164.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 201 128 255 0.21 0.50 0 0 274.49 1 0.75
Hex C9 80 FF 15 32 0 0 112 64 4B
Octal 311 200 377 25 62 0 0 422 144 113
Binary 11001001 10000000 11111111 10101 110010 0 0 100010010 1100100 1001011

Color Harmonies of #C980FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980FF

Black with #C980FF

Text Example


Text Example

White with #C980FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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