Html Css Color HEX #C88DD5 Wisteria

📋 copy color: '#C88DD5'

red 200 ◦ green 141 ◦ blue 213

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

Shades of Wisteria #C88DD5

Tints of Wisteria #C88DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.45%

R = 36.1%
G = 25.45%
B = 38.45%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C88DD5 (or 0xC88DD5) is known color: Wisteria. HEX triplet: C8, 8D and D5. RGB value is (200,141,213). Sum of RGB (Red+Green+Blue) = 200+141+213=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #C88DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DD5 is #37722A. Grayscale: #A6A6A6. Windows color (decimal): -3633707 or 13995464. OLE color: 13995464.

HSL color Cylindrical-coordinate representation of color #C88DD5: hue angle of 289.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C88DD5 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 141 213 -
CMYK 0.06 0.34 0 0.16
HSL 289.17º 0.46% 0.69% -
HSV(B) 289.17º 0.34% 0.84% -
XYZ 45.35 36.13 67.53 -
YUV 166.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 200 141 213 0.06 0.34 0 0.16 289.17 0.46 0.69
Hex C8 8D D5 6 22 0 10 121 2E 45
Octal 310 215 325 6 42 0 20 441 56 105
Binary 11001000 10001101 11010101 110 100010 0 10000 100100001 101110 1000101

Color Harmonies of #C88DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88DD5

Black with #C88DD5

Text Example


Text Example

White with #C88DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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