#CD8EEF

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

Shades of Wisteria #CD8EEF

Tints of Wisteria #CD8EEF

Color information

#CD8EEF (or 0xCD8EEF) is unknown color: approx Wisteria. HEX triplet: CD, 8E and EF. RGB value is (205,142,239). Sum of RGB (Red+Green+Blue) = 205+142+239=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD8EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8EEF is #327110. Grayscale: #ABABAB. Windows color (decimal): -3305745 or 15699661. OLE color: 15699661.

HSL color Cylindrical-coordinate representation of color #CD8EEF: hue angle of 278.97º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD8EEF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205142239-
CMYK0.140.4100.06
HSL278.97º75.19%74.71%-
HSV(B)278.97º40.59%93.73%-
XYZ50.4338.5686.45-
YUV171.9165.87151.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.98%
GREEN value IS 142 (55.86% from 255) = 24.23%
BLUE value IS 239 (93.75% from 255) = 40.78%
R=34.98%
G=24.23%
B=40.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051422390.140.4100.06278.9775.1974.71
HexCD8EEFE29061174b4b
Octal315216357165106427113113
Binary1100110110001110111011111110101001011010001011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8EEF; }

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

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

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

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

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

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

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

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