#CB92FB

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

Shades of Wisteria #CB92FB

Tints of Wisteria #CB92FB

Color information

#CB92FB (or 0xCB92FB) is unknown color: approx Wisteria. HEX triplet: CB, 92 and FB. RGB value is (203,146,251). Sum of RGB (Red+Green+Blue) = 203+146+251=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB92FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB92FB is #346D04. Grayscale: #AEAEAE. Windows color (decimal): -3435781 or 16487115. OLE color: 16487115.

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

Color convert

RGB203146251-
CMYK0.190.4200.02
HSL272.57º92.92%77.84%-
HSV(B)272.57º41.83%98.43%-
XYZ52.3240.2296.27-
YUV175.01170.88147.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 146 (57.42% from 255) = 24.33%
BLUE value IS 251 (98.44% from 255) = 41.83%
R=33.83%
G=24.33%
B=41.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031462510.190.4200.02272.5792.9277.84
HexCB92FB132A021115d4e
Octal313222373235202421135116
Binary1100101110010010111110111001110101001010001000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92FB; }

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

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

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

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

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

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

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

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