#CCA7D8

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

Shades of Wisteria #CCA7D8

Tints of Wisteria #CCA7D8

Color information

#CCA7D8 (or 0xCCA7D8) is unknown color: approx Wisteria. HEX triplet: CC, A7 and D8. RGB value is (204,167,216). Sum of RGB (Red+Green+Blue) = 204+167+216=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCA7D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA7D8 is #335827. Grayscale: #B7B7B7. Windows color (decimal): -3364904 or 14198732. OLE color: 14198732.

HSL color Cylindrical-coordinate representation of color #CCA7D8: hue angle of 285.31º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCA7D8 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204167216-
CMYK0.060.2300.15
HSL285.31º38.58%75.1%-
HSV(B)285.31º22.69%84.71%-
XYZ51.1245.4371.04-
YUV183.65146.26142.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 167 (65.62% from 255) = 28.45%
BLUE value IS 216 (84.77% from 255) = 36.80%
R=34.75%
G=28.45%
B=36.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041672160.060.2300.15285.3138.5875.1
HexCCA7D86170F11d274b
Octal31424733062701743547113
Binary11001100101001111101100011010111011111000111011001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7D8; }

 p { color: rgb(204,167,216); }

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

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

 a { background-color: rgb(204,167,216); }

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

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

 span { border-color: rgb(204,167,216); }

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