Html Css Color HEX #C88DD8 Wisteria

📋 copy color: '#C88DD8'

red 200 ◦ green 141 ◦ blue 216

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

Shades of Wisteria #C88DD8

Tints of Wisteria #C88DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.78%

R = 35.91%
G = 25.31%
B = 38.78%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C88DD8 (or 0xC88DD8) is known color: Wisteria. HEX triplet: C8, 8D and D8. RGB value is (200,141,216). Sum of RGB (Red+Green+Blue) = 200+141+216=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #C88DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DD8 is #377227. Grayscale: #A6A6A6. Windows color (decimal): -3633704 or 14192072. OLE color: 14192072.

HSL color Cylindrical-coordinate representation of color #C88DD8: hue angle of 287.2º degrees, saturation: 0.49, 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 #C88DD8 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 141 216 -
CMYK 0.07 0.35 0 0.15
HSL 287.2º 0.49% 0.7% -
HSV(B) 287.2º 0.35% 0.85% -
XYZ 45.74 36.29 69.56 -
YUV 167.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 200 141 216 0.07 0.35 0 0.15 287.2 0.49 0.7
Hex C8 8D D8 7 23 0 F 11F 31 46
Octal 310 215 330 7 43 0 17 437 61 106
Binary 11001000 10001101 11011000 111 100011 0 1111 100011111 110001 1000110

Color Harmonies of #C88DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88DD8

Black with #C88DD8

Text Example


Text Example

White with #C88DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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