#CFA6EA

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

Shades of Wisteria #CFA6EA

Tints of Wisteria #CFA6EA

Color information

#CFA6EA (or 0xCFA6EA) is unknown color: approx Wisteria. HEX triplet: CF, A6 and EA. RGB value is (207,166,234). Sum of RGB (Red+Green+Blue) = 207+166+234=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFA6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6EA is #305915. Grayscale: #B9B9B9. Windows color (decimal): -3168534 or 15378127. OLE color: 15378127.

HSL color Cylindrical-coordinate representation of color #CFA6EA: hue angle of 276.18º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA6EA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207166234-
CMYK0.120.2900.08
HSL276.18º61.82%78.43%-
HSV(B)276.18º29.06%91.76%-
XYZ54.2246.4883.96-
YUV186.01155.08142.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 166 (65.23% from 255) = 27.35%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=34.10%
G=27.35%
B=38.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071662340.120.2900.08276.1861.8278.43
HexCFA6EAC1D081143e4e
Octal317246352143501042476116
Binary110011111010011011101010110011101010001000101001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6EA; }

 p { color: rgb(207,166,234); }

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

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

 a { background-color: rgb(207,166,234); }

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

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

 span { border-color: rgb(207,166,234); }

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