#C8A5DC

Color #C8A5DC Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C8A5DC

Tints of Wisteria #C8A5DC

Color information

#C8A5DC (or 0xC8A5DC) is unknown color: approx Wisteria. HEX triplet: C8, A5 and DC. RGB value is (200,165,220). Sum of RGB (Red+Green+Blue) = 200+165+220=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8A5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A5DC is #375A23. Grayscale: #B5B5B5. Windows color (decimal): -3627556 or 14460360. OLE color: 14460360.

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

Color convert

RGB200165220-
CMYK0.090.2500.14
HSL278.18º44%75.49%-
HSV(B)278.18º25%86.27%-
XYZ50.1944.3673.63-
YUV181.74149.6141.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.19%
GREEN value IS 165 (64.84% from 255) = 28.21%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=34.19%
G=28.21%
B=37.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001652200.090.2500.14278.184475.49
HexC8A5DC9190E1162c4b
Octal310245334113101642654113
Binary110010001010010111011100100111001011101000101101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A5DC; }

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

 H1.HeaderClassName
 {
   color: #C8A5DC;
 }
 .AnyTagClassName
 {
   color: #C8A5DC;
 }
</style>
background-color css

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

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

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

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

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

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