#C693D4

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

Shades of Wisteria #C693D4

Tints of Wisteria #C693D4

Color information

#C693D4 (or 0xC693D4) is unknown color: approx Wisteria. HEX triplet: C6, 93 and D4. RGB value is (198,147,212). Sum of RGB (Red+Green+Blue) = 198+147+212=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 212 - color contains mainly: blue. Hex color #C693D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693D4 is #396C2B. Grayscale: #A9A9A9. Windows color (decimal): -3763244 or 13931462. OLE color: 13931462.

HSL color Cylindrical-coordinate representation of color #C693D4: hue angle of 287.08º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C693D4 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB198147212-
CMYK0.070.3100.17
HSL287.08º43.05%70.39%-
HSV(B)287.08º30.66%83.14%-
XYZ45.6137.6367.15-
YUV169.66151.9148.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.55%
GREEN value IS 147 (57.81% from 255) = 26.39%
BLUE value IS 212 (83.20% from 255) = 38.06%
R=35.55%
G=26.39%
B=38.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1981472120.070.3100.17287.0843.0570.39
HexC693D471F01111f2b46
Octal30622332473702143753106
Binary110001101001001111010100111111110100011000111111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C693D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C693D4; }

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

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

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

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

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

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

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

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