Html Css Color HEX #C982FF Heliotrope

📋 copy color: '#C982FF'

red 201 ◦ green 130 ◦ blue 255

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

Shades of Heliotrope #C982FF

Tints of Heliotrope #C982FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 34.3%
G = 22.18%
B = 43.52%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C982FF (or 0xC982FF) is known color: Heliotrope. HEX triplet: C9, 82 and FF. RGB value is (201,130,255). Sum of RGB (Red+Green+Blue) = 201+130+255=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #C982FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982FF is #367D00. Grayscale: #A5A5A5. Windows color (decimal): -3570945 or 16745161. OLE color: 16745161.

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

Color convert

RGB 201 130 255 -
CMYK 0.21 0.49 0 0
HSL 274.08º 1% 0.75% -
HSV(B) 274.08º 0.49% 1% -
XYZ 50.12 35.6 98.84 -
YUV 165.48 178.52 153.34 -
System Red Green Blue C M Y K H S L
Decimal 201 130 255 0.21 0.49 0 0 274.08 1 0.75
Hex C9 82 FF 15 31 0 0 112 64 4B
Octal 311 202 377 25 61 0 0 422 144 113
Binary 11001001 10000010 11111111 10101 110001 0 0 100010010 1100100 1001011

Color Harmonies of #C982FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982FF

Black with #C982FF

Text Example


Text Example

White with #C982FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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