#CD8CEB

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

Shades of Wisteria #CD8CEB

Tints of Wisteria #CD8CEB

Color information

#CD8CEB (or 0xCD8CEB) is unknown color: approx Wisteria. HEX triplet: CD, 8C and EB. RGB value is (205,140,235). Sum of RGB (Red+Green+Blue) = 205+140+235=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8CEB is #327314. Grayscale: #A9A9A9. Windows color (decimal): -3306261 or 15437005. OLE color: 15437005.

HSL color Cylindrical-coordinate representation of color #CD8CEB: hue angle of 281.05º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD8CEB is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205140235-
CMYK0.130.4000.08
HSL281.05º70.37%73.53%-
HSV(B)281.05º40.43%92.16%-
XYZ49.5537.7383.27-
YUV170.26164.53152.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 140 (55.08% from 255) = 24.14%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=35.34%
G=24.14%
B=40.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051402350.130.4000.08281.0570.3773.53
HexCD8CEBD2808119464a
Octal3152143531550010431106112
Binary11001101100011001110101111011010000100010001100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CEB; }

 p { color: rgb(205,140,235); }

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

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

 a { background-color: rgb(205,140,235); }

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

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

 span { border-color: rgb(205,140,235); }

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