Html Css Color HEX #C88DD9 Wisteria

📋 copy color: '#C88DD9'

red 200 ◦ green 141 ◦ blue 217

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

Shades of Wisteria #C88DD9

Tints of Wisteria #C88DD9

RGB

 RED value IS 200 (78.52% from 255) = 35.84%

 GREEN value IS 141 (55.47% from 255) = 25.27%

 BLUE value IS 217 (85.16% from 255) = 38.89%

R = 35.84%
G = 25.27%
B = 38.89%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C88DD9 (or 0xC88DD9) is known color: Wisteria. HEX triplet: C8, 8D and D9. RGB value is (200,141,217). Sum of RGB (Red+Green+Blue) = 200+141+217=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 217 - color contains mainly: blue. Hex color #C88DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DD9 is #377226. Grayscale: #A7A7A7. Windows color (decimal): -3633703 or 14257608. OLE color: 14257608.

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

Color convert

RGB 200 141 217 -
CMYK 0.08 0.35 0 0.15
HSL 286.58º 0.5% 0.7% -
HSV(B) 286.58º 0.35% 0.85% -
XYZ 45.87 36.34 70.24 -
YUV 167.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 200 141 217 0.08 0.35 0 0.15 286.58 0.5 0.7
Hex C8 8D D9 8 23 0 F 11F 32 46
Octal 310 215 331 10 43 0 17 437 62 106
Binary 11001000 10001101 11011001 1000 100011 0 1111 100011111 110010 1000110

Color Harmonies of #C88DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88DD9

Black with #C88DD9

Text Example


Text Example

White with #C88DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88DD9; }

 p { color: rgb(200,141,217); }

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

background-color css

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

 a { background-color: rgb(200,141,217); }

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

border-color css

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

 span { border-color: rgb(200,141,217); }

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