Html Css Color HEX #C88AD9 Wisteria

📋 copy color: '#C88AD9'

red 200 ◦ green 138 ◦ blue 217

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

Shades of Wisteria #C88AD9

Tints of Wisteria #C88AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.86%

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

R = 36.04%
G = 24.86%
B = 39.1%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C88AD9 (or 0xC88AD9) is known color: Wisteria. HEX triplet: C8, 8A and D9. RGB value is (200,138,217). Sum of RGB (Red+Green+Blue) = 200+138+217=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #C88AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88AD9 is #377526. Grayscale: #A5A5A5. Windows color (decimal): -3634471 or 14256840. OLE color: 14256840.

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

Color convert

RGB 200 138 217 -
CMYK 0.08 0.36 0 0.15
HSL 287.09º 0.51% 0.7% -
HSV(B) 287.09º 0.36% 0.85% -
XYZ 45.43 35.47 70.1 -
YUV 165.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 200 138 217 0.08 0.36 0 0.15 287.09 0.51 0.7
Hex C8 8A D9 8 24 0 F 11F 33 46
Octal 310 212 331 10 44 0 17 437 63 106
Binary 11001000 10001010 11011001 1000 100100 0 1111 100011111 110011 1000110

Color Harmonies of #C88AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88AD9

Black with #C88AD9

Text Example


Text Example

White with #C88AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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