Html Css Color HEX #C88DDD Wisteria

📋 copy color: '#C88DDD'

red 200 ◦ green 141 ◦ blue 221

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

Shades of Wisteria #C88DDD

Tints of Wisteria #C88DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 35.59%
G = 25.09%
B = 39.32%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C88DDD (or 0xC88DDD) is known color: Wisteria. HEX triplet: C8, 8D and DD. RGB value is (200,141,221). Sum of RGB (Red+Green+Blue) = 200+141+221=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #C88DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DDD is #377222. Grayscale: #A7A7A7. Windows color (decimal): -3633699 or 14519752. OLE color: 14519752.

HSL color Cylindrical-coordinate representation of color #C88DDD: hue angle of 284.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88DDD is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 141 221 -
CMYK 0.10 0.36 0 0.13
HSL 284.25º 0.54% 0.71% -
HSV(B) 284.25º 0.36% 0.87% -
XYZ 46.4 36.55 73.02 -
YUV 167.76 158.05 151 -
System Red Green Blue C M Y K H S L
Decimal 200 141 221 0.10 0.36 0 0.13 284.25 0.54 0.71
Hex C8 8D DD A 24 0 D 11C 36 47
Octal 310 215 335 12 44 0 15 434 66 107
Binary 11001000 10001101 11011101 1010 100100 0 1101 100011100 110110 1000111

Color Harmonies of #C88DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88DDD

Black with #C88DDD

Text Example


Text Example

White with #C88DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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