Html Css Color HEX #C982DC Wisteria

📋 copy color: '#C982DC'

red 201 ◦ green 130 ◦ blue 220

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

Shades of Wisteria #C982DC

Tints of Wisteria #C982DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 36.48%
G = 23.59%
B = 39.93%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C982DC (or 0xC982DC) is known color: Wisteria. HEX triplet: C9, 82 and DC. RGB value is (201,130,220). Sum of RGB (Red+Green+Blue) = 201+130+220=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #C982DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982DC is #367D23. Grayscale: #A1A1A1. Windows color (decimal): -3570980 or 14451401. OLE color: 14451401.

HSL color Cylindrical-coordinate representation of color #C982DC: hue angle of 287.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C982DC is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 130 220 -
CMYK 0.09 0.41 0 0.14
HSL 287.33º 0.56% 0.69% -
HSV(B) 287.33º 0.41% 0.86% -
XYZ 44.99 33.55 71.81 -
YUV 161.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 201 130 220 0.09 0.41 0 0.14 287.33 0.56 0.69
Hex C9 82 DC 9 29 0 E 11F 38 45
Octal 311 202 334 11 51 0 16 437 70 105
Binary 11001001 10000010 11011100 1001 101001 0 1110 100011111 111000 1000101

Color Harmonies of #C982DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982DC

Black with #C982DC

Text Example


Text Example

White with #C982DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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