#C281DC

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

Shades of Wisteria #C281DC

Tints of Wisteria #C281DC

Color information

#C281DC (or 0xC281DC) is unknown color: approx Wisteria. HEX triplet: C2, 81 and DC. RGB value is (194,129,220). Sum of RGB (Red+Green+Blue) = 194+129+220=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #C281DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281DC is #3D7E23. Grayscale: #9E9E9E. Windows color (decimal): -4029988 or 14451138. OLE color: 14451138.

HSL color Cylindrical-coordinate representation of color #C281DC: hue angle of 282.86º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C281DC is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194129220-
CMYK0.120.4100.14
HSL282.86º56.52%68.43%-
HSV(B)282.86º41.36%86.27%-
XYZ43.0232.3471.68-
YUV158.81162.53153.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.73%
GREEN value IS 129 (50.78% from 255) = 23.76%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=35.73%
G=23.76%
B=40.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941292200.120.4100.14282.8656.5268.43
HexC281DCC290E11b3944
Octal302201334145101643371104
Binary1100001010000001110111001100101001011101000110111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C281DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C281DC; }

 p { color: rgb(194,129,220); }

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

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

 a { background-color: rgb(194,129,220); }

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

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

 span { border-color: rgb(194,129,220); }

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