#C380DC

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

Shades of Wisteria #C380DC

Tints of Wisteria #C380DC

Color information

#C380DC (or 0xC380DC) is unknown color: approx Wisteria. HEX triplet: C3, 80 and DC. RGB value is (195,128,220). Sum of RGB (Red+Green+Blue) = 195+128+220=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 128 (50.39% from 255 or 23.57% 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 #C380DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380DC is #3C7F23. Grayscale: #9E9E9E. Windows color (decimal): -3964708 or 14450883. OLE color: 14450883.

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

Color convert

RGB195128220-
CMYK0.110.4200.14
HSL283.7º56.79%68.24%-
HSV(B)283.7º41.82%86.27%-
XYZ43.1432.2171.65-
YUV158.52162.7154.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.91%
GREEN value IS 128 (50.39% from 255) = 23.57%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=35.91%
G=23.57%
B=40.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951282200.110.4200.14283.756.7968.24
HexC380DCB2A0E11c3944
Octal303200334135201643471104
Binary1100001110000000110111001011101010011101000111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380DC; }

 p { color: rgb(195,128,220); }

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

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

 a { background-color: rgb(195,128,220); }

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

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

 span { border-color: rgb(195,128,220); }

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