#C088FB

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

Shades of Wisteria #C088FB

Tints of Wisteria #C088FB

Color information

#C088FB (or 0xC088FB) is unknown color: approx Wisteria. HEX triplet: C0, 88 and FB. RGB value is (192,136,251). Sum of RGB (Red+Green+Blue) = 192+136+251=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #C088FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088FB is #3F7704. Grayscale: #A5A5A5. Windows color (decimal): -4159237 or 16484544. OLE color: 16484544.

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

Color convert

RGB192136251-
CMYK0.240.4600.02
HSL269.22º93.5%75.88%-
HSV(B)269.22º45.82%98.43%-
XYZ47.9535.7895.65-
YUV165.85176.05146.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.16%
GREEN value IS 136 (53.52% from 255) = 23.49%
BLUE value IS 251 (98.44% from 255) = 43.35%
R=33.16%
G=23.49%
B=43.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921362510.240.4600.02269.2293.575.88
HexC088FB182E0210d5d4c
Octal300210373305602415135114
Binary1100000010001000111110111100010111001010000110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C088FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C088FB; }

 p { color: rgb(192,136,251); }

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

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

 a { background-color: rgb(192,136,251); }

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

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

 span { border-color: rgb(192,136,251); }

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