Html Css Color HEX #C88AD8 Wisteria

📋 copy color: '#C88AD8'

red 200 ◦ green 138 ◦ blue 216

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

Shades of Wisteria #C88AD8

Tints of Wisteria #C88AD8

RGB

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

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

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

R = 36.1%
G = 24.91%
B = 38.99%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C88AD8 (or 0xC88AD8) is known color: Wisteria. HEX triplet: C8, 8A and D8. RGB value is (200,138,216). Sum of RGB (Red+Green+Blue) = 200+138+216=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #C88AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88AD8 is #377527. Grayscale: #A5A5A5. Windows color (decimal): -3634472 or 14191304. OLE color: 14191304.

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

Color convert

RGB 200 138 216 -
CMYK 0.07 0.36 0 0.15
HSL 287.69º 0.5% 0.69% -
HSV(B) 287.69º 0.36% 0.85% -
XYZ 45.3 35.41 69.41 -
YUV 165.43 156.54 152.66 -
System Red Green Blue C M Y K H S L
Decimal 200 138 216 0.07 0.36 0 0.15 287.69 0.5 0.69
Hex C8 8A D8 7 24 0 F 120 32 45
Octal 310 212 330 7 44 0 17 440 62 105
Binary 11001000 10001010 11011000 111 100100 0 1111 100100000 110010 1000101

Color Harmonies of #C88AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88AD8

Black with #C88AD8

Text Example


Text Example

White with #C88AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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