#C693F4

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

Shades of Wisteria #C693F4

Tints of Wisteria #C693F4

Color information

#C693F4 (or 0xC693F4) is unknown color: approx Wisteria. HEX triplet: C6, 93 and F4. RGB value is (198,147,244). Sum of RGB (Red+Green+Blue) = 198+147+244=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 244 - color contains mainly: blue. Hex color #C693F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C693F4 is #396C0B. Grayscale: #ACACAC. Windows color (decimal): -3763212 or 16028614. OLE color: 16028614.

HSL color Cylindrical-coordinate representation of color #C693F4: hue angle of 271.55º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C693F4 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB198147244-
CMYK0.190.4000.04
HSL271.55º81.51%76.67%-
HSV(B)271.55º39.75%95.69%-
XYZ50.0539.490.56-
YUV173.31167.9145.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.62%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 244 (95.70% from 255) = 41.43%
R=33.62%
G=24.96%
B=41.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1981472440.190.4000.04271.5581.5176.67
HexC693F4132804110524d
Octal306223364235004420122115
Binary11000110100100111111010010011101000010010001000010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C693F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C693F4; }

 p { color: rgb(198,147,244); }

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

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

 a { background-color: rgb(198,147,244); }

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

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

 span { border-color: rgb(198,147,244); }

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