Html Css Color HEX #C982FE Heliotrope

📋 copy color: '#C982FE'

red 201 ◦ green 130 ◦ blue 254

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

Shades of Heliotrope #C982FE

Tints of Heliotrope #C982FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 34.36%
G = 22.22%
B = 43.42%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C982FE (or 0xC982FE) is known color: Heliotrope. HEX triplet: C9, 82 and FE. RGB value is (201,130,254). Sum of RGB (Red+Green+Blue) = 201+130+254=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #C982FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982FE is #367D01. Grayscale: #A4A4A4. Windows color (decimal): -3570946 or 16679625. OLE color: 16679625.

HSL color Cylindrical-coordinate representation of color #C982FE: hue angle of 274.35º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C982FE is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 130 254 -
CMYK 0.21 0.49 0 0.00
HSL 274.35º 0.98% 0.75% -
HSV(B) 274.35º 0.49% 1% -
XYZ 49.96 35.54 97.99 -
YUV 165.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 201 130 254 0.21 0.49 0 0.00 274.35 0.98 0.75
Hex C9 82 FE 15 31 0 0 112 62 4B
Octal 311 202 376 25 61 0 0 422 142 113
Binary 11001001 10000010 11111110 10101 110001 0 0 100010010 1100010 1001011

Color Harmonies of #C982FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982FE

Black with #C982FE

Text Example


Text Example

White with #C982FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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