Html Css Color HEX #C983DB Wisteria

📋 copy color: '#C983DB'

red 201 ◦ green 131 ◦ blue 219

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

Shades of Wisteria #C983DB

Tints of Wisteria #C983DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.77%

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

R = 36.48%
G = 23.77%
B = 39.75%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C983DB (or 0xC983DB) is known color: Wisteria. HEX triplet: C9, 83 and DB. RGB value is (201,131,219). Sum of RGB (Red+Green+Blue) = 201+131+219=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #C983DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983DB is #367C24. Grayscale: #A1A1A1. Windows color (decimal): -3570725 or 14386121. OLE color: 14386121.

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

Color convert

RGB 201 131 219 -
CMYK 0.08 0.40 0 0.14
HSL 287.73º 0.55% 0.69% -
HSV(B) 287.73º 0.4% 0.86% -
XYZ 44.99 33.76 71.16 -
YUV 161.96 160.19 155.84 -
System Red Green Blue C M Y K H S L
Decimal 201 131 219 0.08 0.40 0 0.14 287.73 0.55 0.69
Hex C9 83 DB 8 28 0 E 120 37 45
Octal 311 203 333 10 50 0 16 440 67 105
Binary 11001001 10000011 11011011 1000 101000 0 1110 100100000 110111 1000101

Color Harmonies of #C983DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C983DB

Black with #C983DB

Text Example


Text Example

White with #C983DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C983DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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