#CD97F0

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

Shades of Wisteria #CD97F0

Tints of Wisteria #CD97F0

Color information

#CD97F0 (or 0xCD97F0) is unknown color: approx Wisteria. HEX triplet: CD, 97 and F0. RGB value is (205,151,240). Sum of RGB (Red+Green+Blue) = 205+151+240=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD97F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD97F0 is #32680F. Grayscale: #B0B0B0. Windows color (decimal): -3303440 or 15767501. OLE color: 15767501.

HSL color Cylindrical-coordinate representation of color #CD97F0: hue angle of 276.4º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD97F0 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205151240-
CMYK0.150.3700.06
HSL276.4º74.79%76.67%-
HSV(B)276.4º37.08%94.12%-
XYZ51.9741.487.69-
YUV177.29163.39147.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 151 (59.38% from 255) = 25.34%
BLUE value IS 240 (94.14% from 255) = 40.27%
R=34.40%
G=25.34%
B=40.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051512400.150.3700.06276.474.7976.67
HexCD97F0F25061144b4d
Octal315227360174506424113115
Binary1100110110010111111100001111100101011010001010010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97F0; }

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

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

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

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

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

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

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

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