Html Css Color HEX #C988E8 Wisteria

📋 copy color: '#C988E8'

red 201 ◦ green 136 ◦ blue 232

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

Shades of Wisteria #C988E8

Tints of Wisteria #C988E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.77%

R = 35.33%
G = 23.9%
B = 40.77%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C988E8 (or 0xC988E8) is known color: Wisteria. HEX triplet: C9, 88 and E8. RGB value is (201,136,232). Sum of RGB (Red+Green+Blue) = 201+136+232=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #C988E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C988E8 is #367717. Grayscale: #A6A6A6. Windows color (decimal): -3569432 or 15239369. OLE color: 15239369.

HSL color Cylindrical-coordinate representation of color #C988E8: hue angle of 280.62º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C988E8 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 136 232 -
CMYK 0.13 0.41 0 0.09
HSL 280.63º 0.68% 0.72% -
HSV(B) 280.63º 0.41% 0.91% -
XYZ 47.46 35.85 80.76 -
YUV 166.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 201 136 232 0.13 0.41 0 0.09 280.63 0.68 0.72
Hex C9 88 E8 D 29 0 9 119 44 48
Octal 311 210 350 15 51 0 11 431 104 110
Binary 11001001 10001000 11101000 1101 101001 0 1001 100011001 1000100 1001000

Color Harmonies of #C988E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988E8

Black with #C988E8

Text Example


Text Example

White with #C988E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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