Html Css Color HEX #C988ED Wisteria

📋 copy color: '#C988ED'

red 201 ◦ green 136 ◦ blue 237

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

Shades of Wisteria #C988ED

Tints of Wisteria #C988ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.29%

R = 35.02%
G = 23.69%
B = 41.29%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C988ED (or 0xC988ED) is known color: Wisteria. HEX triplet: C9, 88 and ED. RGB value is (201,136,237). Sum of RGB (Red+Green+Blue) = 201+136+237=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #C988ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C988ED is #367712. Grayscale: #A6A6A6. Windows color (decimal): -3569427 or 15567049. OLE color: 15567049.

HSL color Cylindrical-coordinate representation of color #C988ED: hue angle of 278.61º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C988ED is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 136 237 -
CMYK 0.15 0.43 0 0.07
HSL 278.61º 0.74% 0.73% -
HSV(B) 278.61º 0.43% 0.93% -
XYZ 48.18 36.14 84.56 -
YUV 166.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 201 136 237 0.15 0.43 0 0.07 278.61 0.74 0.73
Hex C9 88 ED F 2B 0 7 117 4A 49
Octal 311 210 355 17 53 0 7 427 112 111
Binary 11001001 10001000 11101101 1111 101011 0 111 100010111 1001010 1001001

Color Harmonies of #C988ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988ED

Black with #C988ED

Text Example


Text Example

White with #C988ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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