#CD92EA

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

Shades of Wisteria #CD92EA

Tints of Wisteria #CD92EA

Color information

#CD92EA (or 0xCD92EA) is unknown color: approx Wisteria. HEX triplet: CD, 92 and EA. RGB value is (205,146,234). Sum of RGB (Red+Green+Blue) = 205+146+234=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD92EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD92EA is #326D15. Grayscale: #ADADAD. Windows color (decimal): -3304726 or 15373005. OLE color: 15373005.

HSL color Cylindrical-coordinate representation of color #CD92EA: hue angle of 280.23º 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 #CD92EA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205146234-
CMYK0.120.3800.08
HSL280.23º67.69%74.51%-
HSV(B)280.23º37.61%91.76%-
XYZ50.3139.4882.81-
YUV173.67162.05150.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 146 (57.42% from 255) = 24.96%
BLUE value IS 234 (91.80% from 255) = 40%
R=35.04%
G=24.96%
B=40%

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
Decimal2051462340.120.3800.08280.2367.6974.51
HexCD92EAC2608118444b
Octal3152223521446010430104113
Binary11001101100100101110101011001001100100010001100010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD92EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD92EA; }

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

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

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

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

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

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

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

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