#C28ACF

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

Shades of Wisteria #C28ACF

Tints of Wisteria #C28ACF

Color information

#C28ACF (or 0xC28ACF) is unknown color: approx Wisteria. HEX triplet: C2, 8A and CF. RGB value is (194,138,207). Sum of RGB (Red+Green+Blue) = 194+138+207=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #C28ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ACF is #3D7530. Grayscale: #A2A2A2. Windows color (decimal): -4027697 or 13601474. OLE color: 13601474.

HSL color Cylindrical-coordinate representation of color #C28ACF: hue angle of 288.7º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C28ACF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194138207-
CMYK0.060.3300.19
HSL288.7º41.82%67.65%-
HSV(B)288.7º33.33%81.18%-
XYZ42.634.1563.38-
YUV162.61153.05150.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=35.99%
G=25.60%
B=38.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941382070.060.3300.19288.741.8267.65
HexC28ACF6210131212a44
Octal30221231764102344152104
Binary1100001010001010110011111101000010100111001000011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28ACF; }

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

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

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

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

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

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

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

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