#CB92ED

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

Shades of Wisteria #CB92ED

Tints of Wisteria #CB92ED

Color information

#CB92ED (or 0xCB92ED) is unknown color: approx Wisteria. HEX triplet: CB, 92 and ED. RGB value is (203,146,237). Sum of RGB (Red+Green+Blue) = 203+146+237=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB92ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB92ED is #346D12. Grayscale: #ADADAD. Windows color (decimal): -3435795 or 15569611. OLE color: 15569611.

HSL color Cylindrical-coordinate representation of color #CB92ED: hue angle of 277.58º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB92ED is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203146237-
CMYK0.140.3800.07
HSL277.58º71.65%75.1%-
HSV(B)277.58º38.4%92.94%-
XYZ50.1939.3785.07-
YUV173.42163.88149.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 146 (57.42% from 255) = 24.91%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=34.64%
G=24.91%
B=40.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031462370.140.3800.07277.5871.6575.1
HexCB92EDE2607116484b
Octal313222355164607426110113
Binary1100101110010010111011011110100110011110001011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92ED; }

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

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

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

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

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

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

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

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