#C795F9

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

Shades of Wisteria #C795F9

Tints of Wisteria #C795F9

Color information

#C795F9 (or 0xC795F9) is unknown color: approx Wisteria. HEX triplet: C7, 95 and F9. RGB value is (199,149,249). Sum of RGB (Red+Green+Blue) = 199+149+249=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 249 (97.66% from 255 or 41.71% from 597); Max value from RGB is 249 - color contains mainly: blue. Hex color #C795F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C795F9 is #386A06. Grayscale: #AFAFAF. Windows color (decimal): -3697159 or 16356807. OLE color: 16356807.

HSL color Cylindrical-coordinate representation of color #C795F9: hue angle of 270º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C795F9 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199149249-
CMYK0.200.4000.02
HSL270º89.29%78.04%-
HSV(B)270º40.16%97.65%-
XYZ51.440.4894.73-
YUV175.35169.56144.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.33%
GREEN value IS 149 (58.59% from 255) = 24.96%
BLUE value IS 249 (97.66% from 255) = 41.71%
R=33.33%
G=24.96%
B=41.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1991492490.200.4000.0227089.2978.04
HexC795F914280210e594e
Octal307225371245002416131116
Binary1100011110010101111110011010010100001010000111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C795F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C795F9; }

 p { color: rgb(199,149,249); }

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

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

 a { background-color: rgb(199,149,249); }

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

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

 span { border-color: rgb(199,149,249); }

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