#C28FCE

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

Shades of Wisteria #C28FCE

Tints of Wisteria #C28FCE

Color information

#C28FCE (or 0xC28FCE) is unknown color: approx Wisteria. HEX triplet: C2, 8F and CE. RGB value is (194,143,206). Sum of RGB (Red+Green+Blue) = 194+143+206=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #C28FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FCE is #3D7031. Grayscale: #A5A5A5. Windows color (decimal): -4026418 or 13537218. OLE color: 13537218.

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

Color convert

RGB194143206-
CMYK0.060.3100.19
HSL288.57º39.13%68.43%-
HSV(B)288.57º30.58%80.78%-
XYZ43.2135.5762.98-
YUV165.43150.9148.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.73%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=35.73%
G=26.34%
B=37.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941432060.060.3100.19288.5739.1368.43
HexC28FCE61F0131212744
Octal30221731663702344147104
Binary110000101000111111001110110111110100111001000011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FCE; }

 p { color: rgb(194,143,206); }

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

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

 a { background-color: rgb(194,143,206); }

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

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

 span { border-color: rgb(194,143,206); }

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