Html Css Color HEX #C980EC Heliotrope

📋 copy color: '#C980EC'

red 201 ◦ green 128 ◦ blue 236

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

Shades of Heliotrope #C980EC

Tints of Heliotrope #C980EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.77%

R = 35.58%
G = 22.65%
B = 41.77%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C980EC (or 0xC980EC) is known color: Heliotrope. HEX triplet: C9, 80 and EC. RGB value is (201,128,236). Sum of RGB (Red+Green+Blue) = 201+128+236=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #C980EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980EC is #367F13. Grayscale: #A1A1A1. Windows color (decimal): -3571476 or 15499465. OLE color: 15499465.

HSL color Cylindrical-coordinate representation of color #C980EC: hue angle of 280.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C980EC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 128 236 -
CMYK 0.15 0.46 0 0.07
HSL 280.56º 0.74% 0.71% -
HSV(B) 280.56º 0.46% 0.93% -
XYZ 46.95 33.91 83.43 -
YUV 162.14 169.68 155.72 -
System Red Green Blue C M Y K H S L
Decimal 201 128 236 0.15 0.46 0 0.07 280.56 0.74 0.71
Hex C9 80 EC F 2E 0 7 119 4A 47
Octal 311 200 354 17 56 0 7 431 112 107
Binary 11001001 10000000 11101100 1111 101110 0 111 100011001 1001010 1000111

Color Harmonies of #C980EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980EC

Black with #C980EC

Text Example


Text Example

White with #C980EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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