Html Css Color HEX #C988DF Wisteria

📋 copy color: '#C988DF'

red 201 ◦ green 136 ◦ blue 223

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

Shades of Wisteria #C988DF

Tints of Wisteria #C988DF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.29%

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

R = 35.89%
G = 24.29%
B = 39.82%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C988DF (or 0xC988DF) is known color: Wisteria. HEX triplet: C9, 88 and DF. RGB value is (201,136,223). Sum of RGB (Red+Green+Blue) = 201+136+223=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #C988DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988DF is #367720. Grayscale: #A5A5A5. Windows color (decimal): -3569441 or 14649545. OLE color: 14649545.

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

Color convert

RGB 201 136 223 -
CMYK 0.10 0.39 0 0.13
HSL 284.83º 0.58% 0.7% -
HSV(B) 284.83º 0.39% 0.87% -
XYZ 46.21 35.35 74.2 -
YUV 165.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 201 136 223 0.10 0.39 0 0.13 284.83 0.58 0.7
Hex C9 88 DF A 27 0 D 11D 3A 46
Octal 311 210 337 12 47 0 15 435 72 106
Binary 11001001 10001000 11011111 1010 100111 0 1101 100011101 111010 1000110

Color Harmonies of #C988DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988DF

Black with #C988DF

Text Example


Text Example

White with #C988DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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