Html Css Color HEX #C982EC Heliotrope

📋 copy color: '#C982EC'

red 201 ◦ green 130 ◦ blue 236

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

Shades of Heliotrope #C982EC

Tints of Heliotrope #C982EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 35.45%
G = 22.93%
B = 41.62%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C982EC (or 0xC982EC) is known color: Heliotrope. HEX triplet: C9, 82 and EC. RGB value is (201,130,236). Sum of RGB (Red+Green+Blue) = 201+130+236=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #C982EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982EC is #367D13. Grayscale: #A2A2A2. Windows color (decimal): -3570964 or 15499977. OLE color: 15499977.

HSL color Cylindrical-coordinate representation of color #C982EC: hue angle of 280.19º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C982EC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 130 236 -
CMYK 0.15 0.45 0 0.07
HSL 280.19º 0.74% 0.72% -
HSV(B) 280.19º 0.45% 0.93% -
XYZ 47.21 34.44 83.52 -
YUV 163.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 201 130 236 0.15 0.45 0 0.07 280.19 0.74 0.72
Hex C9 82 EC F 2D 0 7 118 4A 48
Octal 311 202 354 17 55 0 7 430 112 110
Binary 11001001 10000010 11101100 1111 101101 0 111 100011000 1001010 1001000

Color Harmonies of #C982EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982EC

Black with #C982EC

Text Example


Text Example

White with #C982EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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