Html Css Color HEX #C8A7DC Wisteria

📋 copy color: '#C8A7DC'

red 200 ◦ green 167 ◦ blue 220

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

Shades of Wisteria #C8A7DC

Tints of Wisteria #C8A7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 34.07%
G = 28.45%
B = 37.48%

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

#C8A7DC (or 0xC8A7DC) is known color: Wisteria. HEX triplet: C8, A7 and DC. RGB value is (200,167,220). Sum of RGB (Red+Green+Blue) = 200+167+220=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8A7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A7DC is #375823. Grayscale: #B6B6B6. Windows color (decimal): -3627044 or 14460872. OLE color: 14460872.

HSL color Cylindrical-coordinate representation of color #C8A7DC: hue angle of 277.36º degrees, saturation: 0.43, 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 #C8A7DC is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 167 220 -
CMYK 0.09 0.24 0 0.14
HSL 277.36º 0.43% 0.76% -
HSV(B) 277.36º 0.24% 0.86% -
XYZ 50.56 45.08 73.75 -
YUV 182.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 200 167 220 0.09 0.24 0 0.14 277.36 0.43 0.76
Hex C8 A7 DC 9 18 0 E 115 2B 4C
Octal 310 247 334 11 30 0 16 425 53 114
Binary 11001000 10100111 11011100 1001 11000 0 1110 100010101 101011 1001100

Color Harmonies of #C8A7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A7DC

Black with #C8A7DC

Text Example


Text Example

White with #C8A7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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