Html Css Color HEX #C980EB Heliotrope

📋 copy color: '#C980EB'

red 201 ◦ green 128 ◦ blue 235

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

Shades of Heliotrope #C980EB

Tints of Heliotrope #C980EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.67%

R = 35.64%
G = 22.7%
B = 41.67%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C980EB (or 0xC980EB) is known color: Heliotrope. HEX triplet: C9, 80 and EB. RGB value is (201,128,235). Sum of RGB (Red+Green+Blue) = 201+128+235=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #C980EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980EB is #367F14. Grayscale: #A1A1A1. Windows color (decimal): -3571477 or 15433929. OLE color: 15433929.

HSL color Cylindrical-coordinate representation of color #C980EB: hue angle of 280.93º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C980EB is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 128 235 -
CMYK 0.14 0.46 0 0.08
HSL 280.93º 0.73% 0.71% -
HSV(B) 280.93º 0.46% 0.92% -
XYZ 46.8 33.85 82.67 -
YUV 162.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 201 128 235 0.14 0.46 0 0.08 280.93 0.73 0.71
Hex C9 80 EB E 2E 0 8 119 49 47
Octal 311 200 353 16 56 0 10 431 111 107
Binary 11001001 10000000 11101011 1110 101110 0 1000 100011001 1001001 1000111

Color Harmonies of #C980EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980EB

Black with #C980EB

Text Example


Text Example

White with #C980EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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