#CB95DA

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

Shades of Wisteria #CB95DA

Tints of Wisteria #CB95DA

Color information

#CB95DA (or 0xCB95DA) is unknown color: approx Wisteria. HEX triplet: CB, 95 and DA. RGB value is (203,149,218). Sum of RGB (Red+Green+Blue) = 203+149+218=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB95DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95DA is #346A25. Grayscale: #ACACAC. Windows color (decimal): -3435046 or 14325195. OLE color: 14325195.

HSL color Cylindrical-coordinate representation of color #CB95DA: hue angle of 286.96º 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 #CB95DA is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203149218-
CMYK0.070.3200.15
HSL286.96º48.25%71.96%-
HSV(B)286.96º31.65%85.49%-
XYZ48.0339.2571.37-
YUV173.01153.39149.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=35.61%
G=26.14%
B=38.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031492180.070.3200.15286.9648.2571.96
HexCB95DA7200F11f3048
Octal31322533274001743760110
Binary110010111001010111011010111100000011111000111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB95DA; }

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

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

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

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

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

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

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

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