#CF95DA

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

Shades of Wisteria #CF95DA

Tints of Wisteria #CF95DA

Color information

#CF95DA (or 0xCF95DA) is unknown color: approx Wisteria. HEX triplet: CF, 95 and DA. RGB value is (207,149,218). Sum of RGB (Red+Green+Blue) = 207+149+218=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF95DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95DA is #306A25. Grayscale: #ADADAD. Windows color (decimal): -3172902 or 14325199. OLE color: 14325199.

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

Color convert

RGB207149218-
CMYK0.050.3200.15
HSL290.43º48.25%71.96%-
HSV(B)290.43º31.65%85.49%-
XYZ49.1339.8271.43-
YUV174.21152.72151.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 149 (58.59% from 255) = 25.96%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=36.06%
G=25.96%
B=37.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071492180.050.3200.15290.4348.2571.96
HexCF95DA5200F1223048
Octal31722533254001744260110
Binary110011111001010111011010101100000011111001000101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95DA; }

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

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

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

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

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

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

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

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