#CF92E5

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

Shades of Wisteria #CF92E5

Tints of Wisteria #CF92E5

Color information

#CF92E5 (or 0xCF92E5) is unknown color: approx Wisteria. HEX triplet: CF, 92 and E5. RGB value is (207,146,229). Sum of RGB (Red+Green+Blue) = 207+146+229=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF92E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92E5 is #306D1A. Grayscale: #ADADAD. Windows color (decimal): -3173659 or 15045327. OLE color: 15045327.

HSL color Cylindrical-coordinate representation of color #CF92E5: hue angle of 284.1º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF92E5 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207146229-
CMYK0.100.3600.10
HSL284.1º61.48%73.53%-
HSV(B)284.1º36.24%89.8%-
XYZ50.1539.4879.11-
YUV173.7159.21151.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 146 (57.42% from 255) = 25.09%
BLUE value IS 229 (89.84% from 255) = 39.35%
R=35.57%
G=25.09%
B=39.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2071462290.100.3600.10284.161.4873.53
HexCF92E5A240A11c3d4a
Octal317222345124401243475112
Binary1100111110010010111001011010100100010101000111001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF92E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF92E5; }

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

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

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

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

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

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

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

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