#C694F1

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

Shades of Wisteria #C694F1

Tints of Wisteria #C694F1

Color information

#C694F1 (or 0xC694F1) is unknown color: approx Wisteria. HEX triplet: C6, 94 and F1. RGB value is (198,148,241). Sum of RGB (Red+Green+Blue) = 198+148+241=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #C694F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694F1 is #396B0E. Grayscale: #ADADAD. Windows color (decimal): -3762959 or 15832262. OLE color: 15832262.

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

Color convert

RGB198148241-
CMYK0.180.3900.05
HSL272.26º76.86%76.27%-
HSV(B)272.26º38.59%94.51%-
XYZ49.7639.5488.23-
YUV173.55166.06145.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.73%
GREEN value IS 148 (58.20% from 255) = 25.21%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=33.73%
G=25.21%
B=41.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981482410.180.3900.05272.2676.8676.27
HexC694F11227051104d4c
Octal306224361224705420115114
Binary11000110100101001111000110010100111010110001000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C694F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C694F1; }

 p { color: rgb(198,148,241); }

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

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

 a { background-color: rgb(198,148,241); }

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

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

 span { border-color: rgb(198,148,241); }

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