#CD8BEA

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

Shades of Wisteria #CD8BEA

Tints of Wisteria #CD8BEA

Color information

#CD8BEA (or 0xCD8BEA) is unknown color: approx Wisteria. HEX triplet: CD, 8B and EA. RGB value is (205,139,234). Sum of RGB (Red+Green+Blue) = 205+139+234=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD8BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8BEA is #327415. Grayscale: #A9A9A9. Windows color (decimal): -3306518 or 15371213. OLE color: 15371213.

HSL color Cylindrical-coordinate representation of color #CD8BEA: hue angle of 281.68º degrees, saturation: 0.69, 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 #CD8BEA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205139234-
CMYK0.120.4100.08
HSL281.68º69.34%73.14%-
HSV(B)281.68º40.6%91.76%-
XYZ49.2637.3882.46-
YUV169.56164.37153.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=35.47%
G=24.05%
B=40.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051392340.120.4100.08281.6869.3473.14
HexCD8BEAC290811a4549
Octal3152133521451010432105111
Binary11001101100010111110101011001010010100010001101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8BEA; }

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

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

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

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

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

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

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

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