#CD95F9

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

Shades of Wisteria #CD95F9

Tints of Wisteria #CD95F9

Color information

#CD95F9 (or 0xCD95F9) is unknown color: approx Wisteria. HEX triplet: CD, 95 and F9. RGB value is (205,149,249). Sum of RGB (Red+Green+Blue) = 205+149+249=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 149 (58.59% from 255 or 24.71% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD95F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD95F9 is #326A06. Grayscale: #B0B0B0. Windows color (decimal): -3303943 or 16356813. OLE color: 16356813.

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

Color convert

RGB205149249-
CMYK0.180.4000.02
HSL273.6º89.29%78.04%-
HSV(B)273.6º40.16%97.65%-
XYZ53.0241.3194.8-
YUV177.14168.55147.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 149 (58.59% from 255) = 24.71%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=34.00%
G=24.71%
B=41.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051492490.180.4000.02273.689.2978.04
HexCD95F9122802112594e
Octal315225371225002422131116
Binary1100110110010101111110011001010100001010001001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95F9; }

 p { color: rgb(205,149,249); }

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

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

 a { background-color: rgb(205,149,249); }

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

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

 span { border-color: rgb(205,149,249); }

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