Html Css Color HEX #C8A9DB Wisteria

📋 copy color: '#C8A9DB'

red 200 ◦ green 169 ◦ blue 219

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

Shades of Wisteria #C8A9DB

Tints of Wisteria #C8A9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.74%

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 34.01%
G = 28.74%
B = 37.24%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8A9DB (or 0xC8A9DB) is known color: Wisteria. HEX triplet: C8, A9 and DB. RGB value is (200,169,219). Sum of RGB (Red+Green+Blue) = 200+169+219=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8A9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9DB is #375624. Grayscale: #B7B7B7. Windows color (decimal): -3626533 or 14395848. OLE color: 14395848.

HSL color Cylindrical-coordinate representation of color #C8A9DB: hue angle of 277.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8A9DB is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 169 219 -
CMYK 0.09 0.23 0 0.14
HSL 277.2º 0.41% 0.76% -
HSV(B) 277.2º 0.23% 0.86% -
XYZ 50.79 45.77 73.18 -
YUV 183.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 200 169 219 0.09 0.23 0 0.14 277.2 0.41 0.76
Hex C8 A9 DB 9 17 0 E 115 29 4C
Octal 310 251 333 11 27 0 16 425 51 114
Binary 11001000 10101001 11011011 1001 10111 0 1110 100010101 101001 1001100

Color Harmonies of #C8A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A9DB

Black with #C8A9DB

Text Example


Text Example

White with #C8A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A9DB; }

 p { color: rgb(200,169,219); }

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

background-color css

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

 a { background-color: rgb(200,169,219); }

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

border-color css

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

 span { border-color: rgb(200,169,219); }

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