#CCA7E7

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

Shades of Wisteria #CCA7E7

Tints of Wisteria #CCA7E7

Color information

#CCA7E7 (or 0xCCA7E7) is unknown color: approx Wisteria. HEX triplet: CC, A7 and E7. RGB value is (204,167,231). Sum of RGB (Red+Green+Blue) = 204+167+231=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCA7E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA7E7 is #335818. Grayscale: #B9B9B9. Windows color (decimal): -3364889 or 15181772. OLE color: 15181772.

HSL color Cylindrical-coordinate representation of color #CCA7E7: hue angle of 274.69º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCA7E7 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204167231-
CMYK0.120.2800.09
HSL274.69º57.14%78.04%-
HSV(B)274.69º27.71%90.59%-
XYZ53.1446.2481.73-
YUV185.36153.76141.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 167 (65.62% from 255) = 27.74%
BLUE value IS 231 (90.62% from 255) = 38.37%
R=33.89%
G=27.74%
B=38.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041672310.120.2800.09274.6957.1478.04
HexCCA7E7C1C09113394e
Octal314247347143401142371116
Binary110011001010011111100111110011100010011000100111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7E7; }

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

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

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

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

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

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

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

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