Html Css Color HEX #C980FC Heliotrope

📋 copy color: '#C980FC'

red 201 ◦ green 128 ◦ blue 252

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

Shades of Heliotrope #C980FC

Tints of Heliotrope #C980FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.37%

R = 34.6%
G = 22.03%
B = 43.37%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C980FC (or 0xC980FC) is known color: Heliotrope. HEX triplet: C9, 80 and FC. RGB value is (201,128,252). Sum of RGB (Red+Green+Blue) = 201+128+252=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #C980FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980FC is #367F03. Grayscale: #A3A3A3. Windows color (decimal): -3571460 or 16548041. OLE color: 16548041.

HSL color Cylindrical-coordinate representation of color #C980FC: hue angle of 275.32º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C980FC is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 128 252 -
CMYK 0.20 0.49 0 0.01
HSL 275.32º 0.95% 0.75% -
HSV(B) 275.32º 0.49% 0.99% -
XYZ 49.38 34.88 96.23 -
YUV 163.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 201 128 252 0.20 0.49 0 0.01 275.32 0.95 0.75
Hex C9 80 FC 14 31 0 1 113 5F 4B
Octal 311 200 374 24 61 0 1 423 137 113
Binary 11001001 10000000 11111100 10100 110001 0 1 100010011 1011111 1001011

Color Harmonies of #C980FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980FC

Black with #C980FC

Text Example


Text Example

White with #C980FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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