#C790DE

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

Shades of Wisteria #C790DE

Tints of Wisteria #C790DE

Color information

#C790DE (or 0xC790DE) is unknown color: approx Wisteria. HEX triplet: C7, 90 and DE. RGB value is (199,144,222). Sum of RGB (Red+Green+Blue) = 199+144+222=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #C790DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C790DE is #386F21. Grayscale: #A9A9A9. Windows color (decimal): -3698466 or 14586055. OLE color: 14586055.

HSL color Cylindrical-coordinate representation of color #C790DE: hue angle of 282.31º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C790DE is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199144222-
CMYK0.100.3500.13
HSL282.31º54.17%71.76%-
HSV(B)282.31º35.14%87.06%-
XYZ46.7137.3673.86-
YUV169.34157.72149.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.22%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=35.22%
G=25.49%
B=39.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991442220.100.3500.13282.3154.1771.76
HexC790DEA230D11a3648
Octal307220336124301543266110
Binary1100011110010000110111101010100011011011000110101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C790DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C790DE; }

 p { color: rgb(199,144,222); }

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

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

 a { background-color: rgb(199,144,222); }

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

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

 span { border-color: rgb(199,144,222); }

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