Html Css Color HEX #C982DB Wisteria

📋 copy color: '#C982DB'

red 201 ◦ green 130 ◦ blue 219

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

Shades of Wisteria #C982DB

Tints of Wisteria #C982DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.82%

R = 36.55%
G = 23.64%
B = 39.82%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C982DB (or 0xC982DB) is known color: Wisteria. HEX triplet: C9, 82 and DB. RGB value is (201,130,219). Sum of RGB (Red+Green+Blue) = 201+130+219=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #C982DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982DB is #367D24. Grayscale: #A1A1A1. Windows color (decimal): -3570981 or 14385865. OLE color: 14385865.

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

Color convert

RGB 201 130 219 -
CMYK 0.08 0.41 0 0.14
HSL 287.87º 0.55% 0.68% -
HSV(B) 287.87º 0.41% 0.86% -
XYZ 44.86 33.5 71.12 -
YUV 161.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 201 130 219 0.08 0.41 0 0.14 287.87 0.55 0.68
Hex C9 82 DB 8 29 0 E 120 37 44
Octal 311 202 333 10 51 0 16 440 67 104
Binary 11001001 10000010 11011011 1000 101001 0 1110 100100000 110111 1000100

Color Harmonies of #C982DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982DB

Black with #C982DB

Text Example


Text Example

White with #C982DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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