#C390CF

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

Shades of Wisteria #C390CF

Tints of Wisteria #C390CF

Color information

#C390CF (or 0xC390CF) is unknown color: approx Wisteria. HEX triplet: C3, 90 and CF. RGB value is (195,144,207). Sum of RGB (Red+Green+Blue) = 195+144+207=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #C390CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390CF is #3C6F30. Grayscale: #A6A6A6. Windows color (decimal): -3960625 or 13603011. OLE color: 13603011.

HSL color Cylindrical-coordinate representation of color #C390CF: hue angle of 288.57º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C390CF is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195144207-
CMYK0.060.3000.19
HSL288.57º39.62%68.82%-
HSV(B)288.57º30.43%81.18%-
XYZ43.7436.0563.69-
YUV166.43150.9148.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.71%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=35.71%
G=26.37%
B=37.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951442070.060.3000.19288.5739.6268.82
HexC390CF61E0131212845
Octal30322031763602344150105
Binary110000111001000011001111110111100100111001000011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390CF; }

 p { color: rgb(195,144,207); }

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

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

 a { background-color: rgb(195,144,207); }

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

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

 span { border-color: rgb(195,144,207); }

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