#CF97DA

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

Shades of Wisteria #CF97DA

Tints of Wisteria #CF97DA

Color information

#CF97DA (or 0xCF97DA) is unknown color: approx Wisteria. HEX triplet: CF, 97 and DA. RGB value is (207,151,218). Sum of RGB (Red+Green+Blue) = 207+151+218=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97DA is #306825. Grayscale: #AFAFAF. Windows color (decimal): -3172390 or 14325711. OLE color: 14325711.

HSL color Cylindrical-coordinate representation of color #CF97DA: hue angle of 290.15º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF97DA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207151218-
CMYK0.050.3100.15
HSL290.15º47.52%72.35%-
HSV(B)290.15º30.73%85.49%-
XYZ49.4540.4671.53-
YUV175.38152.05150.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=35.94%
G=26.22%
B=37.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071512180.050.3100.15290.1547.5272.35
HexCF97DA51F0F1223048
Octal31722733253701744260110
Binary11001111100101111101101010111111011111001000101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF97DA; }

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

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

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

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

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

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

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

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