Html Css Color HEX #C981FF Heliotrope

📋 copy color: '#C981FF'

red 201 ◦ green 129 ◦ blue 255

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

Shades of Heliotrope #C981FF

Tints of Heliotrope #C981FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.59%

R = 34.36%
G = 22.05%
B = 43.59%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C981FF (or 0xC981FF) is known color: Heliotrope. HEX triplet: C9, 81 and FF. RGB value is (201,129,255). Sum of RGB (Red+Green+Blue) = 201+129+255=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 129 (50.78% from 255 or 22.05% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #C981FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981FF is #367E00. Grayscale: #A4A4A4. Windows color (decimal): -3571201 or 16744905. OLE color: 16744905.

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

Color convert

RGB 201 129 255 -
CMYK 0.21 0.49 0 0
HSL 274.29º 1% 0.75% -
HSV(B) 274.29º 0.49% 1% -
XYZ 49.99 35.34 98.79 -
YUV 164.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 201 129 255 0.21 0.49 0 0 274.29 1 0.75
Hex C9 81 FF 15 31 0 0 112 64 4B
Octal 311 201 377 25 61 0 0 422 144 113
Binary 11001001 10000001 11111111 10101 110001 0 0 100010010 1100100 1001011

Color Harmonies of #C981FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981FF

Black with #C981FF

Text Example


Text Example

White with #C981FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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