#CFA7EA

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

Shades of Wisteria #CFA7EA

Tints of Wisteria #CFA7EA

Color information

#CFA7EA (or 0xCFA7EA) is unknown color: approx Wisteria. HEX triplet: CF, A7 and EA. RGB value is (207,167,234). Sum of RGB (Red+Green+Blue) = 207+167+234=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFA7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7EA is #305815. Grayscale: #BABABA. Windows color (decimal): -3168278 or 15378383. OLE color: 15378383.

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

Color convert

RGB207167234-
CMYK0.120.2900.08
HSL275.82º61.47%78.63%-
HSV(B)275.82º28.63%91.76%-
XYZ54.446.8484.02-
YUV186.6154.75142.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 167 (65.62% from 255) = 27.47%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=34.05%
G=27.47%
B=38.49%

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
Decimal2071672340.120.2900.08275.8261.4778.63
HexCFA7EAC1D081143d4f
Octal317247352143501042475117
Binary110011111010011111101010110011101010001000101001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA7EA; }

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

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

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

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

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

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

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

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