Html Css Color HEX #C988DD Wisteria

📋 copy color: '#C988DD'

red 201 ◦ green 136 ◦ blue 221

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

Shades of Wisteria #C988DD

Tints of Wisteria #C988DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 36.02%
G = 24.37%
B = 39.61%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C988DD (or 0xC988DD) is known color: Wisteria. HEX triplet: C9, 88 and DD. RGB value is (201,136,221). Sum of RGB (Red+Green+Blue) = 201+136+221=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #C988DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988DD is #367722. Grayscale: #A4A4A4. Windows color (decimal): -3569443 or 14518473. OLE color: 14518473.

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

Color convert

RGB 201 136 221 -
CMYK 0.09 0.38 0 0.13
HSL 285.88º 0.56% 0.7% -
HSV(B) 285.88º 0.38% 0.87% -
XYZ 45.94 35.25 72.79 -
YUV 165.13 159.53 153.59 -
System Red Green Blue C M Y K H S L
Decimal 201 136 221 0.09 0.38 0 0.13 285.88 0.56 0.7
Hex C9 88 DD 9 26 0 D 11E 38 46
Octal 311 210 335 11 46 0 15 436 70 106
Binary 11001001 10001000 11011101 1001 100110 0 1101 100011110 111000 1000110

Color Harmonies of #C988DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988DD

Black with #C988DD

Text Example


Text Example

White with #C988DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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