Html Css Color HEX #C980EA Heliotrope

📋 copy color: '#C980EA'

red 201 ◦ green 128 ◦ blue 234

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

Shades of Heliotrope #C980EA

Tints of Heliotrope #C980EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.56%

R = 35.7%
G = 22.74%
B = 41.56%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C980EA (or 0xC980EA) is known color: Heliotrope. HEX triplet: C9, 80 and EA. RGB value is (201,128,234). Sum of RGB (Red+Green+Blue) = 201+128+234=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #C980EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980EA is #367F15. Grayscale: #A1A1A1. Windows color (decimal): -3571478 or 15368393. OLE color: 15368393.

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

Color convert

RGB 201 128 234 -
CMYK 0.14 0.45 0 0.08
HSL 281.32º 0.72% 0.71% -
HSV(B) 281.32º 0.45% 0.92% -
XYZ 46.66 33.8 81.91 -
YUV 161.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 201 128 234 0.14 0.45 0 0.08 281.32 0.72 0.71
Hex C9 80 EA E 2D 0 8 119 48 47
Octal 311 200 352 16 55 0 10 431 110 107
Binary 11001001 10000000 11101010 1110 101101 0 1000 100011001 1001000 1000111

Color Harmonies of #C980EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980EA

Black with #C980EA

Text Example


Text Example

White with #C980EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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