#CD83E1

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

Shades of Wisteria #CD83E1

Tints of Wisteria #CD83E1

Color information

#CD83E1 (or 0xCD83E1) is unknown color: approx Wisteria. HEX triplet: CD, 83 and E1. RGB value is (205,131,225). Sum of RGB (Red+Green+Blue) = 205+131+225=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD83E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83E1 is #327C1E. Grayscale: #A3A3A3. Windows color (decimal): -3308575 or 14779341. OLE color: 14779341.

HSL color Cylindrical-coordinate representation of color #CD83E1: hue angle of 287.23º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD83E1 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205131225-
CMYK0.090.4200.12
HSL287.23º61.04%69.8%-
HSV(B)287.23º41.78%88.24%-
XYZ46.8834.6575.45-
YUV163.84162.52157.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 131 (51.56% from 255) = 23.35%
BLUE value IS 225 (88.28% from 255) = 40.11%
R=36.54%
G=23.35%
B=40.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051312250.090.4200.12287.2361.0469.8
HexCD83E192A0C11f3d46
Octal315203341115201443775106
Binary1100110110000011111000011001101010011001000111111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD83E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD83E1; }

 p { color: rgb(205,131,225); }

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

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

 a { background-color: rgb(205,131,225); }

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

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

 span { border-color: rgb(205,131,225); }

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