#CB92F7

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

Shades of Wisteria #CB92F7

Tints of Wisteria #CB92F7

Color information

#CB92F7 (or 0xCB92F7) is unknown color: approx Wisteria. HEX triplet: CB, 92 and F7. RGB value is (203,146,247). Sum of RGB (Red+Green+Blue) = 203+146+247=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 247 (96.88% from 255 or 41.44% from 596); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB92F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB92F7 is #346D08. Grayscale: #AEAEAE. Windows color (decimal): -3435785 or 16224971. OLE color: 16224971.

HSL color Cylindrical-coordinate representation of color #CB92F7: hue angle of 273.86º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB92F7 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203146247-
CMYK0.180.4100.03
HSL273.86º86.32%77.06%-
HSV(B)273.86º40.89%96.86%-
XYZ51.739.9792.99-
YUV174.56168.88148.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 146 (57.42% from 255) = 24.50%
BLUE value IS 247 (96.88% from 255) = 41.44%
R=34.06%
G=24.50%
B=41.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2031462470.180.4100.03273.8686.3277.06
HexCB92F7122903112564d
Octal313222367225103422126115
Binary1100101110010010111101111001010100101110001001010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92F7; }

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

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

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

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

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

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

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

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