#cd8ff9

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

Shades of Wisteria #CD8FF9

Tints of Wisteria #CD8FF9

Color information

#CD8FF9 (or 0xCD8FF9) is unknown color: approx Wisteria. HEX triplet: CD, 8F and F9. RGB value is (205,143,249). Sum of RGB (Red+Green+Blue) = 205+143+249=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 249 (97.66% from 255 or 41.71% from 597); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD8FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8FF9 is #327006. Grayscale: #ADADAD. Windows color (decimal): -3305479 or 16355277. OLE color: 16355277.

HSL color Cylindrical-coordinate representation of color #CD8FF9: hue angle of 275.09º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD8FF9 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205143249-
CMYK0.180.4300.02
HSL275.09º89.83%76.86%-
HSV(B)275.09º42.57%97.65%-
XYZ52.139.4694.49-
YUV173.62170.54150.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 143 (56.25% from 255) = 23.95%
BLUE value IS 249 (97.66% from 255) = 41.71%
R=34.34%
G=23.95%
B=41.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051432490.180.4300.02275.0989.8376.86
HexCD8FF9122B021135a4d
Octal315217371225302423132115
Binary1100110110001111111110011001010101101010001001110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd8ff9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd8ff9; }

 p { color: rgb(205,143,249); }

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

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

 a { background-color: rgb(205,143,249); }

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

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

 span { border-color: rgb(205,143,249); }

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