#CD97F7

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

Shades of Wisteria #CD97F7

Tints of Wisteria #CD97F7

Color information

#CD97F7 (or 0xCD97F7) is unknown color: approx Wisteria. HEX triplet: CD, 97 and F7. RGB value is (205,151,247). Sum of RGB (Red+Green+Blue) = 205+151+247=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 247 (96.88% from 255 or 40.96% from 603); Max value from RGB is 247 - color contains mainly: blue. Hex color #CD97F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD97F7 is #326808. Grayscale: #B1B1B1. Windows color (decimal): -3303433 or 16226253. OLE color: 16226253.

HSL color Cylindrical-coordinate representation of color #CD97F7: hue angle of 273.75º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD97F7 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205151247-
CMYK0.170.3900.03
HSL273.75º85.71%78.04%-
HSV(B)273.75º38.87%96.86%-
XYZ53.0341.8393.27-
YUV178.09166.89147.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 151 (59.38% from 255) = 25.04%
BLUE value IS 247 (96.88% from 255) = 40.96%
R=34.00%
G=25.04%
B=40.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2051512470.170.3900.03273.7585.7178.04
HexCD97F7112703112564e
Octal315227367214703422126116
Binary1100110110010111111101111000110011101110001001010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97F7; }

 p { color: rgb(205,151,247); }

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

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

 a { background-color: rgb(205,151,247); }

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

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

 span { border-color: rgb(205,151,247); }

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