#CCA7DF

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

Shades of Wisteria #CCA7DF

Tints of Wisteria #CCA7DF

Color information

#CCA7DF (or 0xCCA7DF) is unknown color: approx Wisteria. HEX triplet: CC, A7 and DF. RGB value is (204,167,223). Sum of RGB (Red+Green+Blue) = 204+167+223=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA7DF is #335820. Grayscale: #B8B8B8. Windows color (decimal): -3364897 or 14657484. OLE color: 14657484.

HSL color Cylindrical-coordinate representation of color #CCA7DF: hue angle of 279.64º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA7DF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204167223-
CMYK0.090.2500.13
HSL279.64º46.67%76.47%-
HSV(B)279.64º25.11%87.45%-
XYZ52.0445.875.91-
YUV184.45149.76141.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 167 (65.62% from 255) = 28.11%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=34.34%
G=28.11%
B=37.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041672230.090.2500.13279.6446.6776.47
HexCCA7DF9190D1182f4c
Octal314247337113101543057114
Binary110011001010011111011111100111001011011000110001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7DF; }

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

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

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

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

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

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

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

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