#CF92EA

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

Shades of Wisteria #CF92EA

Tints of Wisteria #CF92EA

Color information

#CF92EA (or 0xCF92EA) is unknown color: approx Wisteria. HEX triplet: CF, 92 and EA. RGB value is (207,146,234). Sum of RGB (Red+Green+Blue) = 207+146+234=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF92EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF92EA is #306D15. Grayscale: #ADADAD. Windows color (decimal): -3173654 or 15373007. OLE color: 15373007.

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

Color convert

RGB207146234-
CMYK0.120.3800.08
HSL281.59º67.69%74.51%-
HSV(B)281.59º37.61%91.76%-
XYZ50.8639.7682.84-
YUV174.27161.71151.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 146 (57.42% from 255) = 24.87%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=35.26%
G=24.87%
B=39.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071462340.120.3800.08281.5967.6974.51
HexCF92EAC260811a444b
Octal3172223521446010432104113
Binary11001111100100101110101011001001100100010001101010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF92EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF92EA; }

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

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

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

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

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

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

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

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