#CB94FB

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

Shades of Wisteria #CB94FB

Tints of Wisteria #CB94FB

Color information

#CB94FB (or 0xCB94FB) is unknown color: approx Wisteria. HEX triplet: CB, 94 and FB. RGB value is (203,148,251). Sum of RGB (Red+Green+Blue) = 203+148+251=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB94FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB94FB is #346B04. Grayscale: #AFAFAF. Windows color (decimal): -3435269 or 16487627. OLE color: 16487627.

HSL color Cylindrical-coordinate representation of color #CB94FB: hue angle of 272.04º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB94FB is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203148251-
CMYK0.190.4100.02
HSL272.04º92.79%78.24%-
HSV(B)272.04º41.04%98.43%-
XYZ52.6340.8496.38-
YUV176.19170.22147.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 148 (58.20% from 255) = 24.58%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=33.72%
G=24.58%
B=41.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031482510.190.4100.02272.0492.7978.24
HexCB94FB1329021105d4e
Octal313224373235102420135116
Binary1100101110010100111110111001110100101010001000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB94FB; }

 p { color: rgb(203,148,251); }

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

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

 a { background-color: rgb(203,148,251); }

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

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

 span { border-color: rgb(203,148,251); }

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