#CB9FF0

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

Shades of Wisteria #CB9FF0

Tints of Wisteria #CB9FF0

Color information

#CB9FF0 (or 0xCB9FF0) is unknown color: approx Wisteria. HEX triplet: CB, 9F and F0. RGB value is (203,159,240). Sum of RGB (Red+Green+Blue) = 203+159+240=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB9FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FF0 is #34600F. Grayscale: #B5B5B5. Windows color (decimal): -3432464 or 15769547. OLE color: 15769547.

HSL color Cylindrical-coordinate representation of color #CB9FF0: hue angle of 272.59º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB9FF0 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203159240-
CMYK0.150.3400.06
HSL272.59º72.97%78.24%-
HSV(B)272.59º33.75%94.12%-
XYZ52.7543.7888.11-
YUV181.39161.08143.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=33.72%
G=26.41%
B=39.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031592400.150.3400.06272.5972.9778.24
HexCB9FF0F2206111494e
Octal313237360174206421111116
Binary1100101110011111111100001111100010011010001000110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FF0; }

 p { color: rgb(203,159,240); }

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

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

 a { background-color: rgb(203,159,240); }

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

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

 span { border-color: rgb(203,159,240); }

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