#C28BD4

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

Shades of Wisteria #C28BD4

Tints of Wisteria #C28BD4

Color information

#C28BD4 (or 0xC28BD4) is unknown color: approx Wisteria. HEX triplet: C2, 8B and D4. RGB value is (194,139,212). Sum of RGB (Red+Green+Blue) = 194+139+212=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #C28BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BD4 is #3D742B. Grayscale: #A3A3A3. Windows color (decimal): -4027436 or 13929410. OLE color: 13929410.

HSL color Cylindrical-coordinate representation of color #C28BD4: hue angle of 285.21º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28BD4 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB194139212-
CMYK0.080.3400.17
HSL285.21º45.91%68.82%-
HSV(B)285.21º34.43%83.14%-
XYZ43.3634.6966.7-
YUV163.77155.22149.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 212 (83.20% from 255) = 38.90%
R=35.60%
G=25.50%
B=38.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1941392120.080.3400.17285.2145.9168.82
HexC28BD482201111d2e45
Octal302213324104202143556105
Binary11000010100010111101010010001000100100011000111011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BD4; }

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

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

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

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

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

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

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

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