Html Css Color HEX #C988DB Wisteria

📋 copy color: '#C988DB'

red 201 ◦ green 136 ◦ blue 219

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

Shades of Wisteria #C988DB

Tints of Wisteria #C988DB

RGB

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

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

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

R = 36.15%
G = 24.46%
B = 39.39%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C988DB (or 0xC988DB) is known color: Wisteria. HEX triplet: C9, 88 and DB. RGB value is (201,136,219). Sum of RGB (Red+Green+Blue) = 201+136+219=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #C988DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988DB is #367724. Grayscale: #A4A4A4. Windows color (decimal): -3569445 or 14387401. OLE color: 14387401.

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

Color convert

RGB 201 136 219 -
CMYK 0.08 0.38 0 0.14
HSL 286.99º 0.54% 0.7% -
HSV(B) 286.99º 0.38% 0.86% -
XYZ 45.68 35.14 71.39 -
YUV 164.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 201 136 219 0.08 0.38 0 0.14 286.99 0.54 0.7
Hex C9 88 DB 8 26 0 E 11F 36 46
Octal 311 210 333 10 46 0 16 437 66 106
Binary 11001001 10001000 11011011 1000 100110 0 1110 100011111 110110 1000110

Color Harmonies of #C988DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988DB

Black with #C988DB

Text Example


Text Example

White with #C988DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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