#CD94FA

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

Shades of Wisteria #CD94FA

Tints of Wisteria #CD94FA

Color information

#CD94FA (or 0xCD94FA) is unknown color: approx Wisteria. HEX triplet: CD, 94 and FA. RGB value is (205,148,250). Sum of RGB (Red+Green+Blue) = 205+148+250=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD94FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD94FA is #326B05. Grayscale: #B0B0B0. Windows color (decimal): -3304198 or 16422093. OLE color: 16422093.

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

Color convert

RGB205148250-
CMYK0.180.4100.02
HSL273.53º91.07%78.04%-
HSV(B)273.53º40.8%98.04%-
XYZ53.0241.0695.57-
YUV176.67169.38148.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 148 (58.20% from 255) = 24.54%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=34.00%
G=24.54%
B=41.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051482500.180.4100.02273.5391.0778.04
HexCD94FA1229021125b4e
Octal315224372225102422133116
Binary1100110110010100111110101001010100101010001001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94FA; }

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

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

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

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

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

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

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

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