Html Css Color HEX #C982FA Heliotrope

📋 copy color: '#C982FA'

red 201 ◦ green 130 ◦ blue 250

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

Shades of Heliotrope #C982FA

Tints of Heliotrope #C982FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 34.6%
G = 22.38%
B = 43.03%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C982FA (or 0xC982FA) is known color: Heliotrope. HEX triplet: C9, 82 and FA. RGB value is (201,130,250). Sum of RGB (Red+Green+Blue) = 201+130+250=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #C982FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982FA is #367D05. Grayscale: #A4A4A4. Windows color (decimal): -3570950 or 16417481. OLE color: 16417481.

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

Color convert

RGB 201 130 250 -
CMYK 0.20 0.48 0 0.02
HSL 275.5º 0.92% 0.75% -
HSV(B) 275.5º 0.48% 0.98% -
XYZ 49.33 35.28 94.65 -
YUV 164.91 176.02 153.74 -
System Red Green Blue C M Y K H S L
Decimal 201 130 250 0.20 0.48 0 0.02 275.5 0.92 0.75
Hex C9 82 FA 14 30 0 2 114 5C 4B
Octal 311 202 372 24 60 0 2 424 134 113
Binary 11001001 10000010 11111010 10100 110000 0 10 100010100 1011100 1001011

Color Harmonies of #C982FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982FA

Black with #C982FA

Text Example


Text Example

White with #C982FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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