Html Css Color HEX #C988DC Wisteria

📋 copy color: '#C988DC'

red 201 ◦ green 136 ◦ blue 220

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

Shades of Wisteria #C988DC

Tints of Wisteria #C988DC

RGB

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

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

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

R = 36.09%
G = 24.42%
B = 39.5%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C988DC (or 0xC988DC) is known color: Wisteria. HEX triplet: C9, 88 and DC. RGB value is (201,136,220). Sum of RGB (Red+Green+Blue) = 201+136+220=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #C988DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988DC is #367723. Grayscale: #A4A4A4. Windows color (decimal): -3569444 or 14452937. OLE color: 14452937.

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

Color convert

RGB 201 136 220 -
CMYK 0.09 0.38 0 0.14
HSL 286.43º 0.55% 0.7% -
HSV(B) 286.43º 0.38% 0.86% -
XYZ 45.81 35.19 72.09 -
YUV 165.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 201 136 220 0.09 0.38 0 0.14 286.43 0.55 0.7
Hex C9 88 DC 9 26 0 E 11E 37 46
Octal 311 210 334 11 46 0 16 436 67 106
Binary 11001001 10001000 11011100 1001 100110 0 1110 100011110 110111 1000110

Color Harmonies of #C988DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988DC

Black with #C988DC

Text Example


Text Example

White with #C988DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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