#C695F2

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

Shades of Wisteria #C695F2

Tints of Wisteria #C695F2

Color information

#C695F2 (or 0xC695F2) is unknown color: approx Wisteria. HEX triplet: C6, 95 and F2. RGB value is (198,149,242). Sum of RGB (Red+Green+Blue) = 198+149+242=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #C695F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C695F2 is #396A0D. Grayscale: #ADADAD. Windows color (decimal): -3762702 or 15898054. OLE color: 15898054.

HSL color Cylindrical-coordinate representation of color #C695F2: hue angle of 271.61º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C695F2 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198149242-
CMYK0.180.3800.05
HSL271.61º78.15%76.67%-
HSV(B)271.61º38.43%94.9%-
XYZ50.0639.9189.07-
YUV174.25166.23144.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.62%
GREEN value IS 149 (58.59% from 255) = 25.30%
BLUE value IS 242 (94.92% from 255) = 41.09%
R=33.62%
G=25.30%
B=41.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981492420.180.3800.05271.6178.1576.67
HexC695F21226051104e4d
Octal306225362224605420116115
Binary11000110100101011111001010010100110010110001000010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C695F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C695F2; }

 p { color: rgb(198,149,242); }

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

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

 a { background-color: rgb(198,149,242); }

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

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

 span { border-color: rgb(198,149,242); }

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