#C792D6

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

Shades of Wisteria #C792D6

Tints of Wisteria #C792D6

Color information

#C792D6 (or 0xC792D6) is unknown color: approx Wisteria. HEX triplet: C7, 92 and D6. RGB value is (199,146,214). Sum of RGB (Red+Green+Blue) = 199+146+214=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #C792D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792D6 is #386D29. Grayscale: #A9A9A9. Windows color (decimal): -3697962 or 14062279. OLE color: 14062279.

HSL color Cylindrical-coordinate representation of color #C792D6: hue angle of 286.76º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C792D6 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB199146214-
CMYK0.070.3200.16
HSL286.76º45.33%70.59%-
HSV(B)286.76º31.78%83.92%-
XYZ45.9737.5568.44-
YUV169.6153.06148.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.60%
GREEN value IS 146 (57.42% from 255) = 26.12%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=35.60%
G=26.12%
B=38.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991462140.070.3200.16286.7645.3370.59
HexC792D672001011f2d47
Octal30722232674002043755107
Binary1100011110010010110101101111000000100001000111111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C792D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C792D6; }

 p { color: rgb(199,146,214); }

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

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

 a { background-color: rgb(199,146,214); }

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

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

 span { border-color: rgb(199,146,214); }

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