Html Css Color HEX #C982F1 Heliotrope

📋 copy color: '#C982F1'

red 201 ◦ green 130 ◦ blue 241

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

Shades of Heliotrope #C982F1

Tints of Heliotrope #C982F1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.73%

 BLUE value IS 241 (94.53% from 255) = 42.13%

R = 35.14%
G = 22.73%
B = 42.13%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C982F1 (or 0xC982F1) is known color: Heliotrope. HEX triplet: C9, 82 and F1. RGB value is (201,130,241). Sum of RGB (Red+Green+Blue) = 201+130+241=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #C982F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982F1 is #367D0E. Grayscale: #A3A3A3. Windows color (decimal): -3570959 or 15827657. OLE color: 15827657.

HSL color Cylindrical-coordinate representation of color #C982F1: hue angle of 278.38º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C982F1 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 130 241 -
CMYK 0.17 0.46 0 0.05
HSL 278.38º 0.8% 0.73% -
HSV(B) 278.38º 0.46% 0.95% -
XYZ 47.95 34.73 87.4 -
YUV 163.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 201 130 241 0.17 0.46 0 0.05 278.38 0.8 0.73
Hex C9 82 F1 11 2E 0 5 116 50 49
Octal 311 202 361 21 56 0 5 426 120 111
Binary 11001001 10000010 11110001 10001 101110 0 101 100010110 1010000 1001001

Color Harmonies of #C982F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982F1

Black with #C982F1

Text Example


Text Example

White with #C982F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982F1; }

 p { color: rgb(201,130,241); }

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

background-color css

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

 a { background-color: rgb(201,130,241); }

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

border-color css

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

 span { border-color: rgb(201,130,241); }

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