#CD8BEB

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

Shades of Wisteria #CD8BEB

Tints of Wisteria #CD8BEB

Color information

#CD8BEB (or 0xCD8BEB) is unknown color: approx Wisteria. HEX triplet: CD, 8B and EB. RGB value is (205,139,235). Sum of RGB (Red+Green+Blue) = 205+139+235=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8BEB is #327414. Grayscale: #A9A9A9. Windows color (decimal): -3306517 or 15436749. OLE color: 15436749.

HSL color Cylindrical-coordinate representation of color #CD8BEB: hue angle of 281.25º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD8BEB is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205139235-
CMYK0.130.4100.08
HSL281.25º70.59%73.33%-
HSV(B)281.25º40.85%92.16%-
XYZ49.437.4483.22-
YUV169.68164.87153.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 139 (54.69% from 255) = 24.01%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=35.41%
G=24.01%
B=40.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051392350.130.4100.08281.2570.5973.33
HexCD8BEBD29081194749
Octal3152133531551010431107111
Binary11001101100010111110101111011010010100010001100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8BEB; }

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

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

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

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

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

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

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

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