Html Css Color HEX #C8AAD8 Wisteria

📋 copy color: '#C8AAD8'

red 200 ◦ green 170 ◦ blue 216

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

Shades of Wisteria #C8AAD8

Tints of Wisteria #C8AAD8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.01%

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

R = 34.13%
G = 29.01%
B = 36.86%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C8AAD8 (or 0xC8AAD8) is known color: Wisteria. HEX triplet: C8, AA and D8. RGB value is (200,170,216). Sum of RGB (Red+Green+Blue) = 200+170+216=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAD8 is #375527. Grayscale: #B8B8B8. Windows color (decimal): -3626280 or 14199496. OLE color: 14199496.

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

Color convert

RGB 200 170 216 -
CMYK 0.07 0.21 0 0.15
HSL 279.13º 0.37% 0.76% -
HSV(B) 279.13º 0.21% 0.85% -
XYZ 50.59 45.99 71.18 -
YUV 184.21 145.94 139.26 -
System Red Green Blue C M Y K H S L
Decimal 200 170 216 0.07 0.21 0 0.15 279.13 0.37 0.76
Hex C8 AA D8 7 15 0 F 117 25 4C
Octal 310 252 330 7 25 0 17 427 45 114
Binary 11001000 10101010 11011000 111 10101 0 1111 100010111 100101 1001100

Color Harmonies of #C8AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AAD8

Black with #C8AAD8

Text Example


Text Example

White with #C8AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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