#cd8cf6

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

Shades of Wisteria #CD8CF6

Tints of Wisteria #CD8CF6

Color information

#CD8CF6 (or 0xCD8CF6) is unknown color: approx Wisteria. HEX triplet: CD, 8C and F6. RGB value is (205,140,246). Sum of RGB (Red+Green+Blue) = 205+140+246=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #CD8CF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8CF6 is #327309. Grayscale: #ABABAB. Windows color (decimal): -3306250 or 16157901. OLE color: 16157901.

HSL color Cylindrical-coordinate representation of color #CD8CF6: hue angle of 276.79º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD8CF6 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205140246-
CMYK0.170.4300.04
HSL276.79º85.48%75.69%-
HSV(B)276.79º43.09%96.47%-
XYZ51.1938.3991.9-
YUV171.52170.03151.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 140 (55.08% from 255) = 23.69%
BLUE value IS 246 (96.48% from 255) = 41.62%
R=34.69%
G=23.69%
B=41.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051402460.170.4300.04276.7985.4875.69
HexCD8CF6112B04115554c
Octal315214366215304425125114
Binary11001101100011001111011010001101011010010001010110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd8cf6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd8cf6; }

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

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

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

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

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

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

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

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