Html Css Color HEX #C983DC Wisteria

📋 copy color: '#C983DC'

red 201 ◦ green 131 ◦ blue 220

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

Shades of Wisteria #C983DC

Tints of Wisteria #C983DC

RGB

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

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

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

R = 36.41%
G = 23.73%
B = 39.86%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C983DC (or 0xC983DC) is known color: Wisteria. HEX triplet: C9, 83 and DC. RGB value is (201,131,220). Sum of RGB (Red+Green+Blue) = 201+131+220=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #C983DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983DC is #367C23. Grayscale: #A1A1A1. Windows color (decimal): -3570724 or 14451657. OLE color: 14451657.

HSL color Cylindrical-coordinate representation of color #C983DC: hue angle of 287.19º degrees, saturation: 0.56, 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 #C983DC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 131 220 -
CMYK 0.09 0.40 0 0.14
HSL 287.19º 0.56% 0.69% -
HSV(B) 287.19º 0.4% 0.86% -
XYZ 45.12 33.82 71.86 -
YUV 162.08 160.69 155.76 -
System Red Green Blue C M Y K H S L
Decimal 201 131 220 0.09 0.40 0 0.14 287.19 0.56 0.69
Hex C9 83 DC 9 28 0 E 11F 38 45
Octal 311 203 334 11 50 0 16 437 70 105
Binary 11001001 10000011 11011100 1001 101000 0 1110 100011111 111000 1000101

Color Harmonies of #C983DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C983DC

Black with #C983DC

Text Example


Text Example

White with #C983DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C983DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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