#CD93EE

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

Shades of Wisteria #CD93EE

Tints of Wisteria #CD93EE

Color information

#CD93EE (or 0xCD93EE) is unknown color: approx Wisteria. HEX triplet: CD, 93 and EE. RGB value is (205,147,238). Sum of RGB (Red+Green+Blue) = 205+147+238=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD93EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD93EE is #326C11. Grayscale: #AEAEAE. Windows color (decimal): -3304466 or 15635405. OLE color: 15635405.

HSL color Cylindrical-coordinate representation of color #CD93EE: hue angle of 278.24º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD93EE is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205147238-
CMYK0.140.3800.07
HSL278.24º72.8%75.49%-
HSV(B)278.24º38.24%93.33%-
XYZ51.0440.0285.92-
YUV174.72163.72149.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 147 (57.81% from 255) = 24.92%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=34.75%
G=24.92%
B=40.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051472380.140.3800.07278.2472.875.49
HexCD93EEE2607116494b
Octal315223356164607426111113
Binary1100110110010011111011101110100110011110001011010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93EE; }

 p { color: rgb(205,147,238); }

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

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

 a { background-color: rgb(205,147,238); }

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

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

 span { border-color: rgb(205,147,238); }

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