Html Css Color HEX #C981FE Heliotrope

📋 copy color: '#C981FE'

red 201 ◦ green 129 ◦ blue 254

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

Shades of Heliotrope #C981FE

Tints of Heliotrope #C981FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.09%

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 34.42%
G = 22.09%
B = 43.49%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C981FE (or 0xC981FE) is known color: Heliotrope. HEX triplet: C9, 81 and FE. RGB value is (201,129,254). Sum of RGB (Red+Green+Blue) = 201+129+254=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #C981FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981FE is #367E01. Grayscale: #A4A4A4. Windows color (decimal): -3571202 or 16679369. OLE color: 16679369.

HSL color Cylindrical-coordinate representation of color #C981FE: hue angle of 274.56º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C981FE is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 129 254 -
CMYK 0.21 0.49 0 0.00
HSL 274.56º 0.98% 0.75% -
HSV(B) 274.56º 0.49% 1% -
XYZ 49.83 35.27 97.95 -
YUV 164.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 201 129 254 0.21 0.49 0 0.00 274.56 0.98 0.75
Hex C9 81 FE 15 31 0 0 113 62 4B
Octal 311 201 376 25 61 0 0 423 142 113
Binary 11001001 10000001 11111110 10101 110001 0 0 100010011 1100010 1001011

Color Harmonies of #C981FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981FE

Black with #C981FE

Text Example


Text Example

White with #C981FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981FE; }

 p { color: rgb(201,129,254); }

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

background-color css

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

 a { background-color: rgb(201,129,254); }

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

border-color css

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

 span { border-color: rgb(201,129,254); }

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