Html Css Color HEX #C982F5 Heliotrope

📋 copy color: '#C982F5'

red 201 ◦ green 130 ◦ blue 245

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

Shades of Heliotrope #C982F5

Tints of Heliotrope #C982F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.53%

R = 34.9%
G = 22.57%
B = 42.53%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C982F5 (or 0xC982F5) is known color: Heliotrope. HEX triplet: C9, 82 and F5. RGB value is (201,130,245). Sum of RGB (Red+Green+Blue) = 201+130+245=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 245 (96.09% from 255 or 42.53% from 576); Max value from RGB is 245 - color contains mainly: blue. Hex color #C982F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982F5 is #367D0A. Grayscale: #A3A3A3. Windows color (decimal): -3570955 or 16089801. OLE color: 16089801.

HSL color Cylindrical-coordinate representation of color #C982F5: hue angle of 277.04º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C982F5 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 130 245 -
CMYK 0.18 0.47 0 0.04
HSL 277.04º 0.85% 0.74% -
HSV(B) 277.04º 0.47% 0.96% -
XYZ 48.55 34.98 90.58 -
YUV 164.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 201 130 245 0.18 0.47 0 0.04 277.04 0.85 0.74
Hex C9 82 F5 12 2F 0 4 115 55 4A
Octal 311 202 365 22 57 0 4 425 125 112
Binary 11001001 10000010 11110101 10010 101111 0 100 100010101 1010101 1001010

Color Harmonies of #C982F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982F5

Black with #C982F5

Text Example


Text Example

White with #C982F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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