#CB8FDF

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

Shades of Wisteria #CB8FDF

Tints of Wisteria #CB8FDF

Color information

#CB8FDF (or 0xCB8FDF) is unknown color: approx Wisteria. HEX triplet: CB, 8F and DF. RGB value is (203,143,223). Sum of RGB (Red+Green+Blue) = 203+143+223=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FDF is #347020. Grayscale: #A9A9A9. Windows color (decimal): -3436577 or 14651339. OLE color: 14651339.

HSL color Cylindrical-coordinate representation of color #CB8FDF: hue angle of 285º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB8FDF is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203143223-
CMYK0.090.3600.13
HSL285º55.56%71.76%-
HSV(B)285º35.87%87.45%-
XYZ47.7737.6774.57-
YUV170.06157.88151.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 143 (56.25% from 255) = 25.13%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=35.68%
G=25.13%
B=39.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031432230.090.3600.1328555.5671.76
HexCB8FDF9240D11d3848
Octal313217337114401543570110
Binary1100101110001111110111111001100100011011000111011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8FDF; }

 p { color: rgb(203,143,223); }

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

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

 a { background-color: rgb(203,143,223); }

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

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

 span { border-color: rgb(203,143,223); }

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