#CD97E0

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

Shades of Wisteria #CD97E0

Tints of Wisteria #CD97E0

Color information

#CD97E0 (or 0xCD97E0) is unknown color: approx Wisteria. HEX triplet: CD, 97 and E0. RGB value is (205,151,224). Sum of RGB (Red+Green+Blue) = 205+151+224=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97E0 is #32681F. Grayscale: #AFAFAF. Windows color (decimal): -3303456 or 14718925. OLE color: 14718925.

HSL color Cylindrical-coordinate representation of color #CD97E0: hue angle of 284.38º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD97E0 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205151224-
CMYK0.080.3300.12
HSL284.38º54.07%73.53%-
HSV(B)284.38º32.59%87.84%-
XYZ49.740.4975.72-
YUV175.47155.39149.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 151 (59.38% from 255) = 26.03%
BLUE value IS 224 (87.89% from 255) = 38.62%
R=35.34%
G=26.03%
B=38.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051512240.080.3300.12284.3854.0773.53
HexCD97E08210C11c364a
Octal315227340104101443466112
Binary1100110110010111111000001000100001011001000111001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97E0; }

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

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

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

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

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

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

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

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