#cd92f9

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

Shades of Wisteria #CD92F9

Tints of Wisteria #CD92F9

Color information

#CD92F9 (or 0xCD92F9) is unknown color: approx Wisteria. HEX triplet: CD, 92 and F9. RGB value is (205,146,249). Sum of RGB (Red+Green+Blue) = 205+146+249=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD92F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD92F9 is #326D06. Grayscale: #AFAFAF. Windows color (decimal): -3304711 or 16356045. OLE color: 16356045.

HSL color Cylindrical-coordinate representation of color #CD92F9: hue angle of 274.37º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD92F9 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205146249-
CMYK0.180.4100.02
HSL274.37º89.57%77.45%-
HSV(B)274.37º41.37%97.65%-
XYZ52.5540.3894.65-
YUV175.38169.55149.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 146 (57.42% from 255) = 24.33%
BLUE value IS 249 (97.66% from 255) = 41.5%
R=34.17%
G=24.33%
B=41.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051462490.180.4100.02274.3789.5777.45
HexCD92F91229021125a4d
Octal315222371225102422132115
Binary1100110110010010111110011001010100101010001001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd92f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd92f9; }

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

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

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

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

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

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

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

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