Html Css Color HEX #C981FC Heliotrope

📋 copy color: '#C981FC'

red 201 ◦ green 129 ◦ blue 252

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

Shades of Heliotrope #C981FC

Tints of Heliotrope #C981FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.3%

R = 34.54%
G = 22.16%
B = 43.3%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C981FC (or 0xC981FC) is known color: Heliotrope. HEX triplet: C9, 81 and FC. RGB value is (201,129,252). Sum of RGB (Red+Green+Blue) = 201+129+252=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #C981FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981FC is #367E03. Grayscale: #A4A4A4. Windows color (decimal): -3571204 or 16548297. OLE color: 16548297.

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

Color convert

RGB 201 129 252 -
CMYK 0.20 0.49 0 0.01
HSL 275.12º 0.95% 0.75% -
HSV(B) 275.12º 0.49% 0.99% -
XYZ 49.51 35.15 96.27 -
YUV 164.55 177.35 154 -
System Red Green Blue C M Y K H S L
Decimal 201 129 252 0.20 0.49 0 0.01 275.12 0.95 0.75
Hex C9 81 FC 14 31 0 1 113 5F 4B
Octal 311 201 374 24 61 0 1 423 137 113
Binary 11001001 10000001 11111100 10100 110001 0 1 100010011 1011111 1001011

Color Harmonies of #C981FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981FC

Black with #C981FC

Text Example


Text Example

White with #C981FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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