Html Css Color HEX #C981FB Heliotrope

📋 copy color: '#C981FB'

red 201 ◦ green 129 ◦ blue 251

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

Shades of Heliotrope #C981FB

Tints of Heliotrope #C981FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.2%

R = 34.6%
G = 22.2%
B = 43.2%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C981FB (or 0xC981FB) is known color: Heliotrope. HEX triplet: C9, 81 and FB. RGB value is (201,129,251). Sum of RGB (Red+Green+Blue) = 201+129+251=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #C981FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981FB is #367E04. Grayscale: #A4A4A4. Windows color (decimal): -3571205 or 16482761. OLE color: 16482761.

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

Color convert

RGB 201 129 251 -
CMYK 0.20 0.49 0 0.02
HSL 275.41º 0.94% 0.75% -
HSV(B) 275.41º 0.49% 0.98% -
XYZ 49.35 35.08 95.44 -
YUV 164.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 201 129 251 0.20 0.49 0 0.02 275.41 0.94 0.75
Hex C9 81 FB 14 31 0 2 113 5E 4B
Octal 311 201 373 24 61 0 2 423 136 113
Binary 11001001 10000001 11111011 10100 110001 0 10 100010011 1011110 1001011

Color Harmonies of #C981FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981FB

Black with #C981FB

Text Example


Text Example

White with #C981FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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