Html Css Color HEX #C988DA Wisteria

📋 copy color: '#C988DA'

red 201 ◦ green 136 ◦ blue 218

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

Shades of Wisteria #C988DA

Tints of Wisteria #C988DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 36.22%
G = 24.5%
B = 39.28%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C988DA (or 0xC988DA) is known color: Wisteria. HEX triplet: C9, 88 and DA. RGB value is (201,136,218). Sum of RGB (Red+Green+Blue) = 201+136+218=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #C988DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988DA is #367725. Grayscale: #A4A4A4. Windows color (decimal): -3569446 or 14321865. OLE color: 14321865.

HSL color Cylindrical-coordinate representation of color #C988DA: hue angle of 287.56º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C988DA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 136 218 -
CMYK 0.08 0.38 0 0.15
HSL 287.56º 0.53% 0.69% -
HSV(B) 287.56º 0.38% 0.85% -
XYZ 45.55 35.09 70.7 -
YUV 164.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 201 136 218 0.08 0.38 0 0.15 287.56 0.53 0.69
Hex C9 88 DA 8 26 0 F 120 35 45
Octal 311 210 332 10 46 0 17 440 65 105
Binary 11001001 10001000 11011010 1000 100110 0 1111 100100000 110101 1000101

Color Harmonies of #C988DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988DA

Black with #C988DA

Text Example


Text Example

White with #C988DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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