#CD94F6

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

Shades of Wisteria #CD94F6

Tints of Wisteria #CD94F6

Color information

#CD94F6 (or 0xCD94F6) is unknown color: approx Wisteria. HEX triplet: CD, 94 and F6. RGB value is (205,148,246). Sum of RGB (Red+Green+Blue) = 205+148+246=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 246 (96.48% from 255 or 41.07% from 599); Max value from RGB is 246 - color contains mainly: blue. Hex color #CD94F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD94F6 is #326B09. Grayscale: #AFAFAF. Windows color (decimal): -3304202 or 16159949. OLE color: 16159949.

HSL color Cylindrical-coordinate representation of color #CD94F6: hue angle of 274.9º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD94F6 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205148246-
CMYK0.170.4000.04
HSL274.9º84.48%77.25%-
HSV(B)274.9º39.84%96.47%-
XYZ52.440.8192.3-
YUV176.22167.38148.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 148 (58.20% from 255) = 24.71%
BLUE value IS 246 (96.48% from 255) = 41.07%
R=34.22%
G=24.71%
B=41.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051482460.170.4000.04274.984.4877.25
HexCD94F6112804113544d
Octal315224366215004423124115
Binary11001101100101001111011010001101000010010001001110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94F6; }

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

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

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

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

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

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

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

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