#C795FC

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

Shades of Wisteria #C795FC

Tints of Wisteria #C795FC

Color information

#C795FC (or 0xC795FC) is unknown color: approx Wisteria. HEX triplet: C7, 95 and FC. RGB value is (199,149,252). Sum of RGB (Red+Green+Blue) = 199+149+252=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #C795FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C795FC is #386A03. Grayscale: #AFAFAF. Windows color (decimal): -3697156 or 16553415. OLE color: 16553415.

HSL color Cylindrical-coordinate representation of color #C795FC: hue angle of 269.13º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C795FC is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199149252-
CMYK0.210.4100.01
HSL269.13º94.5%78.63%-
HSV(B)269.13º40.87%98.82%-
XYZ51.8740.6797.21-
YUV175.69171.06144.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.17%
GREEN value IS 149 (58.59% from 255) = 24.83%
BLUE value IS 252 (98.83% from 255) = 42%
R=33.17%
G=24.83%
B=42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1991492520.210.4100.01269.1394.578.63
HexC795FC15290110d5e4f
Octal307225374255101415136117
Binary110001111001010111111100101011010010110000110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C795FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C795FC; }

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

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

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

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

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

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

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

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