#CB8BF0

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

Shades of Wisteria #CB8BF0

Tints of Wisteria #CB8BF0

Color information

#CB8BF0 (or 0xCB8BF0) is unknown color: approx Wisteria. HEX triplet: CB, 8B and F0. RGB value is (203,139,240). Sum of RGB (Red+Green+Blue) = 203+139+240=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB8BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8BF0 is #34740F. Grayscale: #A9A9A9. Windows color (decimal): -3437584 or 15764427. OLE color: 15764427.

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

Color convert

RGB203139240-
CMYK0.150.4200.06
HSL278.02º77.1%74.31%-
HSV(B)278.02º42.08%94.12%-
XYZ49.5937.4587.05-
YUV169.65167.7151.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 139 (54.69% from 255) = 23.88%
BLUE value IS 240 (94.14% from 255) = 41.24%
R=34.88%
G=23.88%
B=41.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031392400.150.4200.06278.0277.174.31
HexCB8BF0F2A061164d4a
Octal313213360175206426115112
Binary1100101110001011111100001111101010011010001011010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8BF0; }

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

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

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

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

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

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

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

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