#CB92E7

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

Shades of Wisteria #CB92E7

Tints of Wisteria #CB92E7

Color information

#CB92E7 (or 0xCB92E7) is unknown color: approx Wisteria. HEX triplet: CB, 92 and E7. RGB value is (203,146,231). Sum of RGB (Red+Green+Blue) = 203+146+231=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB92E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB92E7 is #346D18. Grayscale: #ACACAC. Windows color (decimal): -3435801 or 15176395. OLE color: 15176395.

HSL color Cylindrical-coordinate representation of color #CB92E7: hue angle of 280.24º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB92E7 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203146231-
CMYK0.120.3700.09
HSL280.24º63.91%73.92%-
HSV(B)280.24º36.8%90.59%-
XYZ49.3339.0280.53-
YUV172.73160.88149.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 146 (57.42% from 255) = 25.17%
BLUE value IS 231 (90.62% from 255) = 39.83%
R=35%
G=25.17%
B=39.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031462310.120.3700.09280.2463.9173.92
HexCB92E7C2509118404a
Octal3132223471445011430100112
Binary11001011100100101110011111001001010100110001100010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92E7; }

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

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

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

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

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

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

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

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