#CB92F0

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

Shades of Wisteria #CB92F0

Tints of Wisteria #CB92F0

Color information

#CB92F0 (or 0xCB92F0) is unknown color: approx Wisteria. HEX triplet: CB, 92 and F0. RGB value is (203,146,240). Sum of RGB (Red+Green+Blue) = 203+146+240=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB92F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB92F0 is #346D0F. Grayscale: #ADADAD. Windows color (decimal): -3435792 or 15766219. OLE color: 15766219.

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

Color convert

RGB203146240-
CMYK0.150.3900.06
HSL276.38º75.81%75.69%-
HSV(B)276.38º39.17%94.12%-
XYZ50.6439.5587.4-
YUV173.76165.38148.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 146 (57.42% from 255) = 24.79%
BLUE value IS 240 (94.14% from 255) = 40.75%
R=34.47%
G=24.79%
B=40.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031462400.150.3900.06276.3875.8175.69
HexCB92F0F27061144c4c
Octal313222360174706424114114
Binary1100101110010010111100001111100111011010001010010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92F0; }

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

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

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

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

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

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

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

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