Html Css Color HEX #C982F9 Heliotrope

📋 copy color: '#C982F9'

red 201 ◦ green 130 ◦ blue 249

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

Shades of Heliotrope #C982F9

Tints of Heliotrope #C982F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.93%

R = 34.66%
G = 22.41%
B = 42.93%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C982F9 (or 0xC982F9) is known color: Heliotrope. HEX triplet: C9, 82 and F9. RGB value is (201,130,249). Sum of RGB (Red+Green+Blue) = 201+130+249=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #C982F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982F9 is #367D06. Grayscale: #A4A4A4. Windows color (decimal): -3570951 or 16351945. OLE color: 16351945.

HSL color Cylindrical-coordinate representation of color #C982F9: hue angle of 275.8º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C982F9 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 130 249 -
CMYK 0.19 0.48 0 0.02
HSL 275.8º 0.91% 0.74% -
HSV(B) 275.8º 0.48% 0.98% -
XYZ 49.17 35.22 93.83 -
YUV 164.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 201 130 249 0.19 0.48 0 0.02 275.8 0.91 0.74
Hex C9 82 F9 13 30 0 2 114 5B 4A
Octal 311 202 371 23 60 0 2 424 133 112
Binary 11001001 10000010 11111001 10011 110000 0 10 100010100 1011011 1001010

Color Harmonies of #C982F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982F9

Black with #C982F9

Text Example


Text Example

White with #C982F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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