#CD8CD6

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

Shades of Wisteria #CD8CD6

Tints of Wisteria #CD8CD6

Color information

#CD8CD6 (or 0xCD8CD6) is unknown color: approx Wisteria. HEX triplet: CD, 8C and D6. RGB value is (205,140,214). Sum of RGB (Red+Green+Blue) = 205+140+214=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD8CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CD6 is #327329. Grayscale: #A7A7A7. Windows color (decimal): -3306282 or 14060749. OLE color: 14060749.

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

Color convert

RGB205140214-
CMYK0.040.3500.16
HSL292.7º47.44%69.41%-
HSV(B)292.7º34.58%83.92%-
XYZ46.6936.5968.22-
YUV167.87154.03154.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 140 (55.08% from 255) = 25.04%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=36.67%
G=25.04%
B=38.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051402140.040.3500.16292.747.4469.41
HexCD8CD64230101252f45
Octal31521432644302044557105
Binary1100110110001100110101101001000110100001001001011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CD6; }

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

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

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

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

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

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

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

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