#CFA2EB

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

Shades of Wisteria #CFA2EB

Tints of Wisteria #CFA2EB

Color information

#CFA2EB (or 0xCFA2EB) is unknown color: approx Wisteria. HEX triplet: CF, A2 and EB. RGB value is (207,162,235). Sum of RGB (Red+Green+Blue) = 207+162+235=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFA2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA2EB is #305D14. Grayscale: #B7B7B7. Windows color (decimal): -3169557 or 15442639. OLE color: 15442639.

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

Color convert

RGB207162235-
CMYK0.120.3100.08
HSL276.99º64.6%77.84%-
HSV(B)276.99º31.06%92.16%-
XYZ53.6545.184.48-
YUV183.78156.91144.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 162 (63.67% from 255) = 26.82%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=34.27%
G=26.82%
B=38.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071622350.120.3100.08276.9964.677.84
HexCFA2EBC1F08115414e
Octal3172423531437010425101116
Binary1100111110100010111010111100111110100010001010110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2EB; }

 p { color: rgb(207,162,235); }

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

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

 a { background-color: rgb(207,162,235); }

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

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

 span { border-color: rgb(207,162,235); }

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