#CF97D7

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

Shades of Wisteria #CF97D7

Tints of Wisteria #CF97D7

Color information

#CF97D7 (or 0xCF97D7) is unknown color: approx Wisteria. HEX triplet: CF, 97 and D7. RGB value is (207,151,215). Sum of RGB (Red+Green+Blue) = 207+151+215=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF97D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97D7 is #306828. Grayscale: #AEAEAE. Windows color (decimal): -3172393 or 14129103. OLE color: 14129103.

HSL color Cylindrical-coordinate representation of color #CF97D7: hue angle of 292.5º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF97D7 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207151215-
CMYK0.040.3000.16
HSL292.5º44.44%71.76%-
HSV(B)292.5º29.77%84.31%-
XYZ49.0640.369.48-
YUV175.04150.55150.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 215 (84.38% from 255) = 37.52%
R=36.13%
G=26.35%
B=37.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071512150.040.3000.16292.544.4471.76
HexCF97D741E0101242c48
Octal31722732743602044454110
Binary110011111001011111010111100111100100001001001001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF97D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF97D7; }

 p { color: rgb(207,151,215); }

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

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

 a { background-color: rgb(207,151,215); }

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

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

 span { border-color: rgb(207,151,215); }

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