#C380DF

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

Shades of Wisteria #C380DF

Tints of Wisteria #C380DF

Color information

#C380DF (or 0xC380DF) is unknown color: approx Wisteria. HEX triplet: C3, 80 and DF. RGB value is (195,128,223). Sum of RGB (Red+Green+Blue) = 195+128+223=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #C380DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380DF is #3C7F20. Grayscale: #9E9E9E. Windows color (decimal): -3964705 or 14647491. OLE color: 14647491.

HSL color Cylindrical-coordinate representation of color #C380DF: hue angle of 282.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C380DF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195128223-
CMYK0.130.4300.13
HSL282.32º59.75%68.82%-
HSV(B)282.32º42.6%87.45%-
XYZ43.5432.3773.76-
YUV158.86164.2153.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.71%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=35.71%
G=23.44%
B=40.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951282230.130.4300.13282.3259.7568.82
HexC380DFD2B0D11a3c45
Octal303200337155301543274105
Binary1100001110000000110111111101101011011011000110101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380DF; }

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

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

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

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

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

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

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

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