#CF97DE

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

Shades of Wisteria #CF97DE

Tints of Wisteria #CF97DE

Color information

#CF97DE (or 0xCF97DE) is unknown color: approx Wisteria. HEX triplet: CF, 97 and DE. RGB value is (207,151,222). Sum of RGB (Red+Green+Blue) = 207+151+222=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF97DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97DE is #306821. Grayscale: #AFAFAF. Windows color (decimal): -3172386 or 14587855. OLE color: 14587855.

HSL color Cylindrical-coordinate representation of color #CF97DE: hue angle of 287.32º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF97DE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207151222-
CMYK0.070.3200.13
HSL287.32º51.82%73.14%-
HSV(B)287.32º31.98%87.06%-
XYZ49.9840.6774.32-
YUV175.84154.05150.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 151 (59.38% from 255) = 26.03%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=35.69%
G=26.03%
B=38.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071512220.070.3200.13287.3251.8273.14
HexCF97DE7200D11f3449
Octal31722733674001543764111
Binary110011111001011111011110111100000011011000111111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF97DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF97DE; }

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

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

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

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

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

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

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

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