#C28BCF

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

Shades of Wisteria #C28BCF

Tints of Wisteria #C28BCF

Color information

#C28BCF (or 0xC28BCF) is unknown color: approx Wisteria. HEX triplet: C2, 8B and CF. RGB value is (194,139,207). Sum of RGB (Red+Green+Blue) = 194+139+207=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #C28BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BCF is #3D7430. Grayscale: #A2A2A2. Windows color (decimal): -4027441 or 13601730. OLE color: 13601730.

HSL color Cylindrical-coordinate representation of color #C28BCF: hue angle of 288.53º degrees, saturation: 0.41, 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 #C28BCF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194139207-
CMYK0.060.3300.19
HSL288.53º41.46%67.84%-
HSV(B)288.53º32.85%81.18%-
XYZ42.7434.4463.43-
YUV163.2152.72149.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.93%
GREEN value IS 139 (54.69% from 255) = 25.74%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=35.93%
G=25.74%
B=38.33%

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
Decimal1941392070.060.3300.19288.5341.4667.84
HexC28BCF6210131212944
Octal30221331764102344151104
Binary1100001010001011110011111101000010100111001000011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BCF; }

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

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

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

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

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

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

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

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