Html Css Color HEX #C983DF Wisteria

📋 copy color: '#C983DF'

red 201 ◦ green 131 ◦ blue 223

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

Shades of Wisteria #C983DF

Tints of Wisteria #C983DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 36.22%
G = 23.6%
B = 40.18%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C983DF (or 0xC983DF) is known color: Wisteria. HEX triplet: C9, 83 and DF. RGB value is (201,131,223). Sum of RGB (Red+Green+Blue) = 201+131+223=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #C983DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983DF is #367C20. Grayscale: #A2A2A2. Windows color (decimal): -3570721 or 14648265. OLE color: 14648265.

HSL color Cylindrical-coordinate representation of color #C983DF: hue angle of 285.65º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C983DF is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 131 223 -
CMYK 0.10 0.41 0 0.13
HSL 285.65º 0.59% 0.69% -
HSV(B) 285.65º 0.41% 0.87% -
XYZ 45.52 33.98 73.97 -
YUV 162.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 201 131 223 0.10 0.41 0 0.13 285.65 0.59 0.69
Hex C9 83 DF A 29 0 D 11E 3B 45
Octal 311 203 337 12 51 0 15 436 73 105
Binary 11001001 10000011 11011111 1010 101001 0 1101 100011110 111011 1000101

Color Harmonies of #C983DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C983DF

Black with #C983DF

Text Example


Text Example

White with #C983DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C983DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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