Html Css Color HEX #C8A7DB Wisteria

📋 copy color: '#C8A7DB'

red 200 ◦ green 167 ◦ blue 219

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

Shades of Wisteria #C8A7DB

Tints of Wisteria #C8A7DB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.5%

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

R = 34.13%
G = 28.5%
B = 37.37%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8A7DB (or 0xC8A7DB) is known color: Wisteria. HEX triplet: C8, A7 and DB. RGB value is (200,167,219). Sum of RGB (Red+Green+Blue) = 200+167+219=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8A7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A7DB is #375824. Grayscale: #B6B6B6. Windows color (decimal): -3627045 or 14395336. OLE color: 14395336.

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

Color convert

RGB 200 167 219 -
CMYK 0.09 0.24 0 0.14
HSL 278.08º 0.42% 0.76% -
HSV(B) 278.08º 0.24% 0.86% -
XYZ 50.42 45.03 73.05 -
YUV 182.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 200 167 219 0.09 0.24 0 0.14 278.08 0.42 0.76
Hex C8 A7 DB 9 18 0 E 116 2A 4C
Octal 310 247 333 11 30 0 16 426 52 114
Binary 11001000 10100111 11011011 1001 11000 0 1110 100010110 101010 1001100

Color Harmonies of #C8A7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A7DB

Black with #C8A7DB

Text Example


Text Example

White with #C8A7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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