#C792E0

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

Shades of Wisteria #C792E0

Tints of Wisteria #C792E0

Color information

#C792E0 (or 0xC792E0) is unknown color: approx Wisteria. HEX triplet: C7, 92 and E0. RGB value is (199,146,224). Sum of RGB (Red+Green+Blue) = 199+146+224=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #C792E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792E0 is #386D1F. Grayscale: #AAAAAA. Windows color (decimal): -3697952 or 14717639. OLE color: 14717639.

HSL color Cylindrical-coordinate representation of color #C792E0: hue angle of 280.77º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C792E0 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199146224-
CMYK0.110.3500.12
HSL280.77º55.71%72.55%-
HSV(B)280.77º34.82%87.84%-
XYZ47.2938.0875.38-
YUV170.74158.06148.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.97%
GREEN value IS 146 (57.42% from 255) = 25.66%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=34.97%
G=25.66%
B=39.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1991462240.110.3500.12280.7755.7172.55
HexC792E0B230C1193849
Octal307222340134301443170111
Binary1100011110010010111000001011100011011001000110011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C792E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C792E0; }

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

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

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

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

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

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

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

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