#C28AFB

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

Shades of Wisteria #C28AFB

Tints of Wisteria #C28AFB

Color information

#C28AFB (or 0xC28AFB) is unknown color: approx Wisteria. HEX triplet: C2, 8A and FB. RGB value is (194,138,251). Sum of RGB (Red+Green+Blue) = 194+138+251=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #C28AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28AFB is #3D7504. Grayscale: #A7A7A7. Windows color (decimal): -4027653 or 16485058. OLE color: 16485058.

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

Color convert

RGB194138251-
CMYK0.230.4500.02
HSL269.73º93.39%76.27%-
HSV(B)269.73º45.02%98.43%-
XYZ48.7536.6195.76-
YUV167.63175.05146.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.28%
GREEN value IS 138 (54.30% from 255) = 23.67%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=33.28%
G=23.67%
B=43.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941382510.230.4500.02269.7393.3976.27
HexC28AFB172D0210e5d4c
Octal302212373275502416135114
Binary1100001010001010111110111011110110101010000111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28AFB; }

 p { color: rgb(194,138,251); }

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

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

 a { background-color: rgb(194,138,251); }

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

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

 span { border-color: rgb(194,138,251); }

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