Html Css Color HEX #C980EE Heliotrope

📋 copy color: '#C980EE'

red 201 ◦ green 128 ◦ blue 238

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

Shades of Heliotrope #C980EE

Tints of Heliotrope #C980EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.98%

R = 35.45%
G = 22.57%
B = 41.98%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C980EE (or 0xC980EE) is known color: Heliotrope. HEX triplet: C9, 80 and EE. RGB value is (201,128,238). Sum of RGB (Red+Green+Blue) = 201+128+238=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #C980EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980EE is #367F11. Grayscale: #A2A2A2. Windows color (decimal): -3571474 or 15630537. OLE color: 15630537.

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

Color convert

RGB 201 128 238 -
CMYK 0.16 0.46 0 0.07
HSL 279.82º 0.76% 0.72% -
HSV(B) 279.82º 0.46% 0.93% -
XYZ 47.24 34.03 84.97 -
YUV 162.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 201 128 238 0.16 0.46 0 0.07 279.82 0.76 0.72
Hex C9 80 EE 10 2E 0 7 118 4C 48
Octal 311 200 356 20 56 0 7 430 114 110
Binary 11001001 10000000 11101110 10000 101110 0 111 100011000 1001100 1001000

Color Harmonies of #C980EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980EE

Black with #C980EE

Text Example


Text Example

White with #C980EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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