Html Css Color HEX #C980FB Heliotrope

📋 copy color: '#C980FB'

red 201 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #C980FB

Tints of Heliotrope #C980FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.28%

R = 34.66%
G = 22.07%
B = 43.28%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C980FB (or 0xC980FB) is known color: Heliotrope. HEX triplet: C9, 80 and FB. RGB value is (201,128,251). Sum of RGB (Red+Green+Blue) = 201+128+251=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #C980FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980FB is #367F04. Grayscale: #A3A3A3. Windows color (decimal): -3571461 or 16482505. OLE color: 16482505.

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

Color convert

RGB 201 128 251 -
CMYK 0.20 0.49 0 0.02
HSL 275.61º 0.94% 0.74% -
HSV(B) 275.61º 0.49% 0.98% -
XYZ 49.22 34.82 95.39 -
YUV 163.85 177.18 154.5 -
System Red Green Blue C M Y K H S L
Decimal 201 128 251 0.20 0.49 0 0.02 275.61 0.94 0.74
Hex C9 80 FB 14 31 0 2 114 5E 4A
Octal 311 200 373 24 61 0 2 424 136 112
Binary 11001001 10000000 11111011 10100 110001 0 10 100010100 1011110 1001010

Color Harmonies of #C980FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980FB

Black with #C980FB

Text Example


Text Example

White with #C980FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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