#CD8EE7

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

Shades of Wisteria #CD8EE7

Tints of Wisteria #CD8EE7

Color information

#CD8EE7 (or 0xCD8EE7) is unknown color: approx Wisteria. HEX triplet: CD, 8E and E7. RGB value is (205,142,231). Sum of RGB (Red+Green+Blue) = 205+142+231=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 231 - color contains mainly: blue. Hex color #CD8EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8EE7 is #327118. Grayscale: #AAAAAA. Windows color (decimal): -3305753 or 15175373. OLE color: 15175373.

HSL color Cylindrical-coordinate representation of color #CD8EE7: hue angle of 282.47º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD8EE7 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205142231-
CMYK0.110.3900.09
HSL282.47º64.96%73.14%-
HSV(B)282.47º38.53%90.59%-
XYZ49.2738.0980.36-
YUV170.98161.87152.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 142 (55.86% from 255) = 24.57%
BLUE value IS 231 (90.62% from 255) = 39.97%
R=35.47%
G=24.57%
B=39.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051422310.110.3900.09282.4764.9673.14
HexCD8EE7B270911a4149
Octal3152163471347011432101111
Binary11001101100011101110011110111001110100110001101010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8EE7; }

 p { color: rgb(205,142,231); }

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

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

 a { background-color: rgb(205,142,231); }

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

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

 span { border-color: rgb(205,142,231); }

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