#CD8FD6

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

Shades of Wisteria #CD8FD6

Tints of Wisteria #CD8FD6

Color information

#CD8FD6 (or 0xCD8FD6) is unknown color: approx Wisteria. HEX triplet: CD, 8F and D6. RGB value is (205,143,214). Sum of RGB (Red+Green+Blue) = 205+143+214=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD8FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FD6 is #327029. Grayscale: #A9A9A9. Windows color (decimal): -3305514 or 14061517. OLE color: 14061517.

HSL color Cylindrical-coordinate representation of color #CD8FD6: hue angle of 292.39º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8FD6 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205143214-
CMYK0.040.3300.16
HSL292.39º46.41%70%-
HSV(B)292.39º33.18%83.92%-
XYZ47.1437.4868.37-
YUV169.63153.04153.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 214 (83.98% from 255) = 38.08%
R=36.48%
G=25.44%
B=38.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051432140.040.3300.16292.3946.4170
HexCD8FD64210101242e46
Octal31521732644102044456106
Binary1100110110001111110101101001000010100001001001001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8FD6; }

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

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

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

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

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

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

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

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