#C696FA

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

Shades of Wisteria #C696FA

Tints of Wisteria #C696FA

Color information

#C696FA (or 0xC696FA) is unknown color: approx Wisteria. HEX triplet: C6, 96 and FA. RGB value is (198,150,250). Sum of RGB (Red+Green+Blue) = 198+150+250=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #C696FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C696FA is #396905. Grayscale: #AFAFAF. Windows color (decimal): -3762438 or 16422598. OLE color: 16422598.

HSL color Cylindrical-coordinate representation of color #C696FA: hue angle of 268.8º degrees, saturation: 0.91, 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 #C696FA is Cyan = 0.21, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198150250-
CMYK0.210.400.02
HSL268.8º90.91%78.43%-
HSV(B)268.8º40%98.04%-
XYZ51.4540.7295.59-
YUV175.75169.9143.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.11%
GREEN value IS 150 (58.98% from 255) = 25.08%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=33.11%
G=25.08%
B=41.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981502500.210.400.02268.890.9178.43
HexC696FA15280210d5b4e
Octal306226372255002415133116
Binary1100011010010110111110101010110100001010000110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696FA; }

 p { color: rgb(198,150,250); }

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

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

 a { background-color: rgb(198,150,250); }

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

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

 span { border-color: rgb(198,150,250); }

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