#C28FE1

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

Shades of Wisteria #C28FE1

Tints of Wisteria #C28FE1

Color information

#C28FE1 (or 0xC28FE1) is unknown color: approx Wisteria. HEX triplet: C2, 8F and E1. RGB value is (194,143,225). Sum of RGB (Red+Green+Blue) = 194+143+225=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #C28FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FE1 is #3D701E. Grayscale: #A7A7A7. Windows color (decimal): -4026399 or 14782402. OLE color: 14782402.

HSL color Cylindrical-coordinate representation of color #C28FE1: hue angle of 277.32º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C28FE1 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194143225-
CMYK0.140.3600.12
HSL277.32º57.75%72.16%-
HSV(B)277.32º36.44%88.24%-
XYZ45.6636.5575.88-
YUV167.6160.4146.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=34.52%
G=25.44%
B=40.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941432250.140.3600.12277.3257.7572.16
HexC28FE1E240C1153a48
Octal302217341164401442572110
Binary1100001010001111111000011110100100011001000101011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FE1; }

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

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

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

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

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

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

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

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